System.Web.UI.WebControls Namespace
Provides data for the command events of a Repeater.
The RepeaterCommandEventArgs provides event data for the ItemCommand event of a Repeater.
The ItemCommand event is raised whenever any button associated with an item in the Repeater is clicked. This event is commonly used to handle custom command buttons for the Repeater control.
For a list of initial property values for an instance of RepeaterCommandEventArgs, see the RepeaterCommandEventArgs constructor.
For more information about handling events, see Web Forms Events Model.
The following example demonstrates how to specify and code a handler for the ItemCommand event to display additional information about the currently selected item in the Repeater.
Show me
Repeater RepeaterCommandEventHandler
© 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