Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataGrid Paging
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
DataGrid Paging
Divers
Thread ID:
00776566
Message ID:
00776566
Vues:
45
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform