Programming for Everybody: How to count the rows in a gridview asp.net vb.net

How to count the rows in a gridview asp.net vb.net

Solution
 Dim aa As Integer = GridView1.Rows.Count
            Label44.Text = aa

No comments:

Post a Comment