I have a GridView with paging. When I try to count gridview row with gridview.rows.count, It gives me row count for current page only.
How can I get total rows of G
Like this
(gridview1.DataSource as DataTable).Rows.Count();