1
Reply

How to handle pagination in C# (ASP.NET Framework)?

Pranam Bhat

Pranam Bhat

3y
1.6k
0
Reply

Suppose I have multiple (thousands of data) rows in a table on a single page. I want to implement pagination for the same. How to achieve pagination/virtual scroll in C# (ASP.NET Framework)?