Ask a Question related to ASP.NET General, Design and Development.
-
Charles Clarke #1
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
The contents of the second depends on the Selection of the first
While in edit mode; How do I catch the "SelectedIndexChanged" event of
the first dropdownlist to update the contents of the second?
It seem that the Datagrid hides child control events.
Thanks!
Charles Clarke Guest
-
WebControl - Child control events
Have you added the button to the 'Controls' property of the custom-web control? How are you rendering the button? Well, "runat" attribute is not... -
Why don't child control events trigger OnBubbleEvent?
I have a control which contains a collection of another control. The members of the collection can contain child controls themselves, but these... -
Events of DataGrid child controls
How do you access the event handlers for controls in Template columns of a DataGrid? -
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... -
No events are fired in child control
I have developed a custom web control that may contain any child controls. Now I have a problem that even though I register an event handler on a... -
Charles Clarke #2
Re: HELP!! Datagrid Child Control Events
Natty
I would like to thank you for your help.
This is an Obscure problem with simple and elegant
solution.
Thanks
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Charles Clarke Guest
-
Unregistered #3
Re: HELP!! Datagrid Child Control Events
I don't get it... Where's the solution? I have the same problem
Unregistered Guest



Reply With Quote

