Hi,
I have an ASP.Net Web Application where I display my items from my database (SQL) online. The items are grouped based on category. One category has 10 items, the other 100. When the user "clicks" the category they want to view all the items are displayed in a listview. Each Item has an option "view Item details". If this link button is clicked it takes them to a page that displays detailed information about that item.
My question:
I want to add a "Next Item" and "Previous Item" button, link button or what's needed for this to work to allow the user to page through the items in that category. Is that possible and if so how will I do that?
Any help will be appreciated. Thanks
ASKER
Thanks