How to reduce the Page size in asp.net?
Answers were Sorted based on User's Feedback
Answer / pandi g s
1. Use ordinary HTML control instead of Server control if
used for display purpose
2. Disable the vieestate of the control if controls need
not to retain values across postback
3. Use data repeater instead of gridview since repeater
render less HTML
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sagnikmukh
1) enableviewstate="false"
2) Reduce image size
3) Use external CSS
4) Use external JavaScript
5) GZIP & Minimize your assets
6)Use HTTP compression
7)Use light page layout
some ref: links :
http://www.dotnetfunda.com/articles/article793-reduce-aspnet-page-output-size-.aspx
http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx
http://www.dotnetfunda.com/articles/article793-reduce-aspnet-page-output-size-.aspx
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / kinjal panchal
when u put image in your background then put it in a repeat
form.
Is This Answer Correct ? | 0 Yes | 1 No |
What is the benefit of WebAPI over WCF?
Why session management is required?
what is the difference b/w .net 1.1 and 2.0 ?
What is data reader in asp.net?
Explain the role of global.asax?
Asp.net and asp ? differences?
Disable Mouse right click on web page in asp.net?
What Are Different Types of Debbugers
2 Answers Accenture, TCS, Wipro,
What methods are fired during the page load?
What is .NetFramework?
Can we handle the error and redirect to some pages using web.config?
What is Partial in ASP.NET 2.0?