Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Nikolaus Hruska #1
Re: Access to Page_Load Event from the .ascx control
UserControls have a page_load event as well as pages. when the Load event
occurs for the page, the load events for all child controls are recursively
called.
--
Nikolaus R. Hruska
AASHTO Materials Reference Laboratory
National Institute of Standards and Technology
[url]http://amrl.net[/url]
[email]nhruska@amrl.net[/email]
"MeDhanush" <medhanush@yahoo.com> wrote in message
news:15e9d0f4.0306231157.462fb2b5@posting.google.c om...> Hi,
>
> I'm curious about the way user control .ascx gets access to the
> Page_Load event.
> As custom user control's inheritance is,
> Object
> ^
> |
> |
> Control
> ^
> |
> |
> TemplateControl
> ^
> |
> |
> UserControl
> ^
> |
> |
> CustomUserControl
> In this inheritance tree, there is no page object.
> So, does user control gets access to Page_Load event just by declaring
> in the web form Page ? Can sb pl clarify this for me ?
>
> TIA
> Kishore
Nikolaus Hruska Guest
-
Access User Control value during Page_Load
ASP.NET - C# (User Control) I have a drop-down as usercontrol. In the user control's Page_Init , the drop down gets populated. The... -
Know in user control page_load if an user control event is going to be fired
Hi all, i have built a user control that shows a map and let the user zoom in, out, usual stuff. Putting this object in a webform the user can... -
How do access a datagrid control in Page_load
Hi, I have the following setup A datagrid containing a Table(template column) The table contains a Dropdownlist. I want to bind the dropdown... -
Adding dynamically user control (ASCX) into asp.net page and handling OnClick event
Hi, I've been reading a lot's of Q&A on user controls but none seem to answer my question. Here it is. I need to add dynamically a user control,... -
.ascx page_load event
Hi, I'm curious about the way user control .ascx gets access to the Page_Load event. As custom user control's inheritance is, Object ^ | |...



Reply With Quote

