0

Apart from the gridview pagination, stored procedure pagination and the on scroll loading of the records in a grid view, what are the other best ways to load a 10000+ records on a view.

1 Answers1

0

The only way I can see besides gridview/SP pagination is creating a View for the select you're executing, because they are faster than simple queries or SPs.

Take a look at: Is a view faster than a simple query?

Community
  • 1
  • 1
Rickedb
  • 108
  • 1
  • 7