Load Table 10 rows each on a button or any thing
Hi, I am populating an HTMLTable using C# code in my Asp.Net application.
On products I am successfully showing all the products on a page. Problem is
I want to show only 10 products, then after that a button would appear and clicking on it, it should
show 10 more rows and so on ...
Please guide me in this regard
Usman Waheed