need to show the row count in a gridview in runtime in asp.net
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
selvi subramanianPosted Jul 23, 2015, 5:04 AM
Rajeesh MenothPosted Jul 23, 2015, 4:11 AM
Auto Generate Row Number in GridView
It is a common requirement that GridViews to have the first column just be a number identifying the row. Because of doing this implementation, the user can see the number of rows returned by scrolling to the end of the GridView. By adding a single piece of code you can add a row number column to your asp.net GridView Control.
Upendra Pratap ShahiPosted Jul 23, 2015, 3:53 AM
protected void BindGrid()
{
}
Raja TPosted Jul 23, 2015, 3:46 AM
Raja TPosted Jul 23, 2015, 3:44 AM