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
dim dt as datatable dt=gridview1.datasource msgbox (dt.rows.count)