How to decrease the page load time in ASP.NET application? What should be the precautions and specially when we are interacting with databases
e.g.
Always use request to load concept in application. Try to avoid unwanted database hit on the page load.if you have large amount of data on page load then you can go with Ajax request call.