Hello,
Does anybody know if you can use the PagedDataSource class in conjunction with a DataGrid in an ASP.NET 1.1 VB web page? I know that the DataGrid already has built in paging functionality, but it would be useful to be able to replace the javascript paging with search engine friendly query strings for the paging as described in this article:
http://www.sitepoint.com/article/asp-nets-pageddatasource/
I have tried setting the PagerStyle tag of the asp:datagrid to visible="false" and then added in my own LinkButtons with code that passed in the query string, but it didn't seem to work.
Thanks in advance,
Jim