asp.net.ph

DetailsView.PageIndexChanged Event

System.Web.UI.WebControls Namespace   DetailsView Class


.NET Framework version 2.0

Occurs when any of the pager buttons in a DetailsView control is clicked, but after the page has changed.

[ VB ]
Public Event PageIndexChanged As EventHandler

[ C# ]
public event EventHandler PageIndexChanged;

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

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

Remarks

The PageIndexChanged event is raised whenever any of the buttons in the page selection element of a DetailsView control is clicked, but after the DetailsView handles the paging operation.

This allows you to provide an event-handling method that performs a custom routine, such as a custom paging operation, whenever this event occurs.

NOTE: This event is not raised when the PageIndex property is set programmatically.

See Also

DetailsView Members   AllowPaging   PageIndexChanging 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