DataGridPageChangedEventHandler

DataGridPageChangedEventHandlerserializable

System.Web.UI.WebControls (system.web.dll)delegate

This delegate specifies the parameter list that a method must have to handle the DataGrid.PageIndexChanged event. If you are using automatic paging (and have set the DataGrid.AllowPaging property to True, but the DataGrid.AllowCustomPaging property to False), your event handler only needs to set the new DataGrid.CurrentPageIndex.

public delegate void DataGridPageChangedEventHandler(object source, DataGridPageChangedEventArgs e);

Associated Events

DataGrid.PageIndexChanged( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net