RE: [Mono-list] unable to bind text to web control in a user control

2005-10-03 Thread Carl Olsen
: [Mono-list] unable to bind text to web control in a user control On Sun, 2005-10-02 at 08:46 -0500, Carl Olsen wrote: I'm not getting any errors. It is displaying HTML where the web control should be and it's not setting the values. I tried your code, and I'm still getting nothing. And the same

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-02 Thread Carl Olsen
: Saturday, October 01, 2005 9:51 AM To: [EMAIL PROTECTED]; 'Gonzalo Paniagua Javier'; mono-list@lists.ximian.com Subject: RE: [Mono-list] unable to bind text to web control in a user control Carl when you are talking about binding text you just mean this part right? Label1.Text = Hello; HyperLink1.Text

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-02 Thread Carl Olsen
Subject: RE: [Mono-list] unable to bind text to web control in a user control Carl when you are talking about binding text you just mean this part right? Label1.Text = Hello; HyperLink1.Text = Again; HyperLink1.NavigateUrl = http://www.carl-olsen.com/;; I don't see any problem in any of your code

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-02 Thread Gonzalo Paniagua Javier
On Sun, 2005-10-02 at 08:46 -0500, Carl Olsen wrote: I'm not getting any errors. It is displaying HTML where the web control should be and it's not setting the values. I tried your code, and I'm still getting nothing. And the same thing happens when you run route test under MS. Your error

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-01 Thread Carl Olsen
I'm trying to get a response to: http://bugzilla.ximian.com/show_bug.cgi?id=76216 I have a page called TestPage.aspx in my root directory: %@ Page language=c# AutoEventWireup=false Inherits=CarlsWebs.CarlOlsen.Web.TestPage % %@ Register TagPrefix=uc1 TagName=TestUserControl

RE: [Mono-list] unable to bind text to web control in a user control

2005-10-01 Thread Joe Audette
Carl when you are talking about binding text you just mean this part right? Label1.Text = Hello; HyperLink1.Text = Again; HyperLink1.NavigateUrl = http://www.carl-olsen.com/;; I don't see any problem in any of your code. Are you getting an error or its just not displaying the controls? If its