To get GridViews Row Count |
|
Posted By
Moderator1
on
2/15/2008 7:48:14 PM |
|
|
|
Description: |
Use
int RowCount=GridView1.Rows.Count; |
|
|
|
GridViews Row Count |
|
Posted By
Kavita Tilloo
on
5/27/2008 10:53:46 AM |
|
|
|
Description: |
You can use:
int totalRows = GridView1.Rows.Count; |
|
|
|