DetailsView Web Server Control Events

The DetailsView control raises a number of events in the course of navigating and updating its bound data to which your code can respond. For an example that uses some of the DetailsView events, see Modifying Data Using a DetailsView Web Server Control.

The DetailsView control raises events that occur when the current record is displayed or changed. Events are also raised when a command control such as a Button that is part of the DetailsView control has been clicked. The following table describes the events exposed by the DetailsView control.

See Also

Reference

DetailsView Web Server Control Overview