DataGrid::ItemCommand Event
.NET Framework (current version)
Occurs when any button is clicked in the DataGrid control.
Assembly: System.Web (in System.Web.dll)
The ItemCommand event is raised when any button is clicked in the DataGrid control. This event is commonly used to handle buttons controls with a custom CommandName value, such as Add, in the DataGrid control.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to specify and code a handler for the ItemCommand event to add or remove an item from a shopping cart.
.NET Framework
Available since 1.1
Available since 1.1
Show: