T
Tim T
Hi,
I have a stored procedure executing a search and an asp.net page displaying
the results in a datagrid. The datagrid has paging on it, I am using Visual
Studio.NET and can't see any option to show the number of results found.
Is there an easy way to add this to the top of the datagrid, along with the
total number of pages ie:
67 resuts found
page 1 of 7 [1 2 3 4 5 6 7] (where the numbers in [] are hyperlinks to that
page)
or page 4 of 7 [<back next>]
using C#, but if you post VB.NET code i'll be able to work it out
any help appreciated.
Thanks
Tim
I have a stored procedure executing a search and an asp.net page displaying
the results in a datagrid. The datagrid has paging on it, I am using Visual
Studio.NET and can't see any option to show the number of results found.
Is there an easy way to add this to the top of the datagrid, along with the
total number of pages ie:
67 resuts found
page 1 of 7 [1 2 3 4 5 6 7] (where the numbers in [] are hyperlinks to that
page)
or page 4 of 7 [<back next>]
using C#, but if you post VB.NET code i'll be able to work it out
any help appreciated.
Thanks
Tim