This documentation is archived and is not being maintained.
DataList Events
.NET Framework 1.1
The events of the DataList class are listed here. For a complete list of DataList class members, see the DataList Members topic.
Public Events
CancelCommand | Occurs when the Cancel button is clicked for an item in the DataList control. |
DataBinding (inherited from Control) | Occurs when the server control binds to a data source. |
DeleteCommand | Occurs when the Delete button is clicked for an item in the DataList control. |
Disposed (inherited from Control) | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. |
EditCommand | Occurs when the Edit button is clicked for an item in the DataList control. |
Init (inherited from Control) | Occurs when the server control is initialized, which is the first step in the its lifecycle. |
ItemCommand | Occurs when any button is clicked in the DataList control. |
ItemCreated | Occurs on the server when an item in the DataList control is created. |
ItemDataBound | Occurs when an item is data bound to the DataList control. |
Load (inherited from Control) | Occurs when the server control is loaded into the Page object. |
PreRender (inherited from Control) | Occurs when the server control is about to render to its containing Page object. |
SelectedIndexChanged (inherited from BaseDataList) | Occurs when a different item is selected in a data listing control between posts to the server. |
Unload (inherited from Control) | Occurs when the server control is unloaded from memory. |
UpdateCommand | Occurs when the Update button is clicked for an item in the DataList control. |
See Also
Show:
