Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Shawn Meyer #1
Notify child control of events in parent control
I have a parent control that has a imagebutton on it, with code to handle
the click event. I also have various ascx controls that are loaded by the
parent with LoadControl. The imagebutton cannot be moved to the child
control.
What is the best way to notify dynamically loaded child control that the
imagebutton event has fired?
Thanks in advance,
Shawn Meyer
Shawn Meyer Guest
-
HELP!! Datagrid Child Control Events
Hi All Does anyone have an idea on how to do the following? In the editmode template of a datagrid control I have 2 dropdownlist controls ... -
Referencing a parent control from a child?
I have two UserControls I'd like to have talk to each other. One of them is contained within the other, in a parent/child relationship. The child... -
Why do property changes in child controls get copied to the parent control?
I have a control that contains a collection of another control. When I make a change in a property of one of the members of the collection (using... -
Parent/Child relations - Trying to access child control for save
I have a parent datagrid that has my customer information. For each customer I have a child datagrid with all their part information. In the... -
Child user control accessing parent properties
We have a user control (Titlebar) that loads other user controls (children) into itself based on a property set in the HTML: <fss:Titlebar...



Reply With Quote

