datagrid paging
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
Enabled the paging section :)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
Enabled the paging section :)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
hi, for paging in asp 1.1 we will give like this public void mouseclick(object sender, DataGridPageChangedEventArgs e) { datagrid.CurrentPageIndex = e.NewPageIndex; datagrid.DataBind(); } in asp2.0, dont want to give like this
jai