Scrolling a DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
Amjad,
ASP.NET or Windows Forms?

You can use DataGrid.CurrentRowIndex in Windows Forms to get or set the
index of the selected row.

You can use DataGrid.CurrentPageIndex in ASP.NET to get or set the index of
the currently displayed page.

Hope this helps
Jay
 
Back
Top