Hello All,
I have been trying for the past couple hours trying to get the # of results to show up on this query.
I have a query that runs to a gridview and paging is enabled.
I need to know the exact number of results that are displayed.
I am doing it all in VB.
Gridview = GridView1
DataSource = SqlDataSource1
If there was a cool way to make it show something like
"You are view results 1 to 10 out of 678" That'd be ideal.
I have been trying for the past couple hours trying to get the # of results to show up on this query.
I have a query that runs to a gridview and paging is enabled.
I need to know the exact number of results that are displayed.
I am doing it all in VB.
Gridview = GridView1
DataSource = SqlDataSource1
If there was a cool way to make it show something like
"You are view results 1 to 10 out of 678" That'd be ideal.