Sub GridView1_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Label3.Text = GridView1.Rows.Count.ToString() End Sub
is there any settings in gridview properties
There is no way to get Total number of records in GridView it will only give row count for the records per page
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.