Ask a Question related to ASP.NET Building Controls, Design and Development.
-
nfedin #1
Many user controls and only one form...
I am trying to develop a page template class that will enfore the
layout of my site. I want to use a user control for left side
navigation. When I try and add another user control in the body of
the page, only the user control in the body gets executed. Both user
controls have code behind classes. It seems that ASP.Net uses the
last control loaded when it posts back to the server. Am I correct in
this assumption? Any ideas on how to get around this little snag?
Thanks,
Neil
nfedin Guest
-
communication between an application, custom controls, and user controls
Hi, and many thanks in advance... I'm a little lost about how to proceed with communication between an application, custom controls, and user... -
Why the properties of web user controls which inherted from my custom base UI controls MISSED?
Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable? -
using javascript in User controls to access server controls of the user control
Hello all, I have an asp.net textbox (named txtHidden) and an HtmlButton(named btnAction). I wanted to write a javascript function which will get... -
user controls: dynamiclly added child controls dont survive post back ?
hi, i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control... -
howto access controls in User Controls
"Derda" <safsar@luckyeye.com> wrote in news:e02BoShcDHA.1872 @TK2MSFTNGP12.phx.gbl: From the client bowser? You can't. -- Lucas Tam... -
Laurence Lemmon-Warde #2
Re: Many user controls and only one form...
Hi
I am having a similar problem. Dynamically loading 2 User Controls onto
a single "template" Webform but the 2nd control I load loses all its
event handlers. I click a button or datagrid in the 2nd control and it
fires the Load event of the first control???....
If I find a solution I wil post it here.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Laurence Lemmon-Warde Guest



Reply With Quote

