Ask a Question related to ASP.NET General, Design and Development.
-
Craig Buchanan #1
Communicate between user controls
I have two user controls. The first is a form with a few
buttons and fields. It is embedded in the Item template
of a repeater that is on the second user control.
I would like to send information from the second control
to the first control during the repeater's ItemDataBound
method. RaiseBubbleEvent doesn't seems to work.
In addition, I created a custom event and delegate. I
added the RaiseEvent to the ItemDataBound event, but I
can't seem to figure out where to add the AddHandler line--
intellisense doesn't see the second UC from within the
first UC.
Can anyone give me a clue about this?
Thanks,
Craig Buchanan
Craig Buchanan 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...



Reply With Quote

