Ask a Question related to ASP.NET General, Design and Development.
-
VB Programmer #1
Question: Handle Events From Web User Controls
I was reading an article that talked about using the OnBubbleEvent overrides
function to handle events from a web user control
([url]http://www.ftponline.com/vsm/2002_11/online/hottips/delcogliano/[/url]). If I
have a usercontrol that acts as a menu for a web app should I handle most of
the code by using the OnBubbleEvent or can I put most of the code inside of
the usercontrol? What is the standard/best way to handle this?
Thanks in advance.
Robert
VB Programmer Guest
-
Events in dynamic user controls in ASP 2.0
I am trying to load x number of the exact same user control on the page. I added the event handling in the user control code. The problem I have... -
How to handle events of controls created at run time?
Hi, My application has two methods which creates buttons at runtime. In one method I am able to handle the events of the buttons created at run... -
Web User Control Events vs. Controls Content
I have a textbox embedded in a DataGrid which in turn is part of a web user control. I want to save any changes made to the text on postback. This... -
Newbie Web Service Question regarding User Controls
Can I return a user control from a Web Service? I have a Web Page that has a Placeholder on it and I wish to populate this placeholder with a... -
Can we handle events for user controls
Can we handle events for user controls? If so how? Suppose we r creating a user control using a label can we handle a event for the user control...



Reply With Quote

