Как справиться с разбиением на страницы в ASP.NET без использования GridView или DataGrid с
I have googled and seems not to find a perfect answer. Most people make use of a gridview. This is what i'm trying to achieve. I am developing a website. I have about 50 records in my database. I want to display 7 records per paga and then provide a next and back button. i dont want to make use of a gridview because that wont be okay. I want to proper pagination technique where each data will be displayed in a div. I dont known what is used for pagination is a site like this but i want to handle my pagination like this too. Will really appreciate your suggestions and codes
Что я уже пробовал:
У меня есть записи в моей базе данных и я могу вытащить их тоже