Any way to implement Gridview paging without postback?
-
If I have a gridview containing products it automatically adds the page numbers to the bottom row and when the user clicks the number a postback is done and they are taken to page X listing the other products. I'd like to make it more search engine friendly so that it doesn't do a postback to get to the next page of items in the gridview. Is that possible?
-
If I have a gridview containing products it automatically adds the page numbers to the bottom row and when the user clicks the number a postback is done and they are taken to page X listing the other products. I'd like to make it more search engine friendly so that it doesn't do a postback to get to the next page of items in the gridview. Is that possible?
Only by either displaying all the data at once or implementing AJAX methods. The latter case would not be search engine friendly either.
only two letters away from being an asset