- Avoid unnecessary round trips to the server - You can use ASP.NET Ajax and partial page rendering. To get more information, see partial page rendering overview and ASP.Net Ajax.
- Use the Page object's IsPostBack property to avoid unnecessary processing
- Leave buffering on unless you have a specific reason to turn it off
Please take a look at Chapter 6 - Improving ASP.NET performance to learn more about best practices.
Thanks
Deepak Verma
SDET | Visual Web Developer
View the original post