Tuesday, 6 March 2012

How to get the Paged GridView row count


var currentCount = (gv.PageIndex - 1) * gv.PageSize + gv.Rows.Count;
  if gv is the grid view

No comments:

Post a Comment