i'm new in asp.net C#, i need to get total rows for gridview and also current row of grid...?
+1
A:
Um:
gridView.Rows.Count
gridView.SelectedIndex -- gives the index of the current row.
Paddy
2010-04-30 06:34:56
Thanks for helping
leonyx
2010-04-30 06:52:21
No problem - feel free to accept the answer (big tick beside it), if you think it's correct.
Paddy
2010-04-30 08:38:49