Re: [DOTNET] User Control

2002-06-24 Thread Matt Milner
PROTECTED] Subject: [DOTNET] User Control Hi How to access the propetie say "UserName" defined in user control say mycontrol.ascx in the ASPX's code behind. thanks Srinivasa Prasad You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other Develop

[DOTNET] User Control

2002-06-24 Thread Mysoresrikantaiah Srinivasaprasad
Hi How to access the propetie say "UserName" defined in user control say mycontrol.ascx in the ASPX's code behind. thanks Srinivasa Prasad You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [ADVANCED-DOTNET] User control databindings

2002-05-06 Thread Ethan Smith
hico) Sent: Monday, May 06, 2002 5:08 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] User control databindings I cannot be certain of this, however you may want to look at the IExtenderProvider interface. It has one method, bool CanExtend(object), that indicates whether your object applie

Re: [ADVANCED-DOTNET] User control databindings

2002-05-06 Thread Marsh, Drew
Ted Osberg [mailto:[EMAIL PROTECTED]] wrote: > I am making a user control that I want other controls > (textbox, combobox, etc...) to be able to bind to. When I > add the user control to a form and go to the (Databindings) > property, I cannot see my user control. However, I can see > the d

Re: [ADVANCED-DOTNET] User control databindings

2002-05-06 Thread Sean Greer (SBI-Chico)
ANCED-DOTNET] User control databindings Here's the skinny: I am making a user control that I want other controls (textbox, combobox, etc...) to be able to bind to. When I add the user control to a form and go to the (Databindings) property, I cannot see my user control. However, I c