Hi,
i want bind more than 10000 records in gridview and improve performance.what is the best way ple guid me
thanks
You need to use custom pagination where you do pagination in SQL Server and get only records per page. Eg if you page size is 10 you just need to get 10 records and not 5000 records
http://www.aspsnippets.com/Articles/Custom-Paging-in-ASP.Net-GridView-using-SQL-Server-Stored-Procedure.aspx
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.