Wednesday, November 11, 2009

Count the row In DataGrid or GridView !!

this.GVMyCount.Rows.Count;

this is used to count the No. of Items (Rows) in the GridView.

No comments: