asp.net.ph

Control.Load Event

System.Web.UI Namespace   Control Class


Occurs when the control is loaded to the Page object.

[ VB ]
Public Event Load As EventHandler

[ C# ]
public event EventHandler Load;

[ C++ ]
public: __event EventHandler* Load;

In [ JScript ], you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives an EventArgs containing data related to the Load event.

Remarks

Notifies the server control to perform any processing steps that are set to occur on each page request. You can acess view state information and form POST data from this event. You can also access other server controls within the page's control hierarchy.

See Also

Control Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph