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

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

2005-10-01 Thread Carl Olsen
I'm unable to bind a simple text string to a web control in a user control. This was working in version 1.1.8 and has been broken in 1.1.9 and 1.1.9.1. Can anyone tell me if this is working and how I can get mine working again? Carl ___ Mono-list

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

2005-10-01 Thread Carl Olsen
:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Saturday, October 01, 2005 1:02 AM To: 'Joe Audette'; 'Gonzalo Paniagua Javier'; mono-list@lists.ximian.com Subject: [Mono-list] unable to bind text to web control in a user control I'm unable to bind a simple text string to a web control in a user

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

2005-10-01 Thread Joe Audette
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen Sent: Saturday, October 01, 2005 1:02 AM To: 'Joe Audette'; 'Gonzalo Paniagua Javier'; mono-list@lists.ximian.com Subject: [Mono-list] unable to bind text to web control in a user control I'm unable to bind a simple text