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)?
you can use PagedList MVC . Please see bekow link PagedList