Paging by using dynamically created html table
问题 I am coding online sales for a website. I have a problem on my main page where I would like to show products. I defined a table with 4 columns, but there are over than a 100 products and I need paging for that. How can I implement paging with 20 products per page? 回答1: There are a lot of finished controls that will help you on the way, check this MSDN Article out: Creating a Pager Control for ASP.NET You could also check out one of the many jQuery Pagers out there, however if you use the