Hi everyone,
i am having the problem that i am using datareader to get contents in my asp.net page.But the page takes a lot of time to load.How to decrease the loading time of the apage and increase the performance of my page.
Thanks in advance
Rajeev
1. Reduce unneccessary columns from your query
2. Bring only the data necessary.
3. You can lazy load the contents after page load
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.