Ask a Question related to ASP.NET General, Design and Development.
-
Steve #1
Cached User Controls
I created a User Control that contains a button. I have
the handler for the button called Button1_Click etc... Now
if I cache this control within a page, the event does not
get "wired up" and I am unable to execute the handler for
the Click event because the control is cached. How do I
get around this?
Steve 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... -
Karl Seguin #2
Re: Cached User Controls
Since this user control doesn't appear to be very static...maybe you should
be looking at the cache object and caching specific elements of the user
control - such as the datatable you use to bind to your repeater, or the
XmlDataDocument you parse and use to populate your dropdownlist.
Karl
"Steve" <sdonaldson@farabi.com> wrote in message
news:75dc01c3448c$7df64e70$a401280a@phx.gbl...> I created a User Control that contains a button. I have
> the handler for the button called Button1_Click etc... Now
> if I cache this control within a page, the event does not
> get "wired up" and I am unable to execute the handler for
> the Click event because the control is cached. How do I
> get around this?
Karl Seguin Guest



Reply With Quote

