Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataGrid Paging
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
DataGrid Paging
Miscellaneous
Thread ID:
00776566
Message ID:
00776566
Views:
44
I have this in my datagrid to do paging:

private void MmDataGrid1_PageIndexChangedEventArgs(object sender, System.Web.UI.WebControls.DataGridPageChangedEventArgs e)
{
MmDataGrid1.CurrentPageIndex = e.NewPageIndex;
MmDataGrid1.DataBind();
}

I can't find in OakLeaf.MM.Main.Web.UI.WebControls. the DataGridPageChangedEventArgs.

Any work arounds?
Next
Reply
Map
View

Click here to load this message in the networking platform