Ask a Question related to ASP.NET General, Design and Development.
-
szabelin #1
Events in DataGrid's child controls?
Hello,
My user control contains DataGrid. DataGrid contains child
user controls.
I am not getting postback events in the child controls. I
get a breakpoint hit in main control's Page_Load, but not
in the children.
Any suggestions?
Thanks!
szabelin Guest
-
Control.Controls bug? Control's child controls missing at the run time.
Hello, ..NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control Implements INamingContainer -
HELP! Child controls of child controls not visible to web app
I have a custom server control. It's a TabControl. It's really cool, actually. Looks just like a standard VB6 TabControl. It lets you set the... -
Events of DataGrid child controls
How do you access the event handlers for controls in Template columns of a DataGrid? -
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... -
Accessing Properties of Custom Controls child Controls
I am using a Custom Control on a page which renders a button control if required. I need to access the child button control's properties (i.e....



Reply With Quote

