Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Forms and Grids
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00883483
Message ID:
00883674
Views:
7
Thanks!

This is what I was missing.

// C#
private void DataGrid1_PageIndexChanged(object source,
System.Web.UI.WebControls.DataGridPageChangedEventArgs e)
{
DataGrid1.CurrentPageIndex = e.NewPageIndex;
DataGrid1.DataBind();
}
Joe L Noll MCSD, MCDBA
Previous
Reply
Map
View

Click here to load this message in the networking platform