How to reduce the Page size in asp.net?

Answers were Sorted based on User's Feedback



How to reduce the Page size in asp.net?..

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

How to reduce the Page size in asp.net?..

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

How to reduce the Page size in asp.net?..

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

How to reduce the Page size in asp.net?..

Answer / swathi

Using UpdatePanel,UserControls

Is This Answer Correct ?    8 Yes 23 No

Post New Answer

More ASP.NET Interview Questions

What is the benefit of WebAPI over WCF?

0 Answers  


Why session management is required?

0 Answers  


what is the difference b/w .net 1.1 and 2.0 ?

2 Answers   Polaris,


What is data reader in asp.net?

0 Answers  


Explain the role of global.asax?

0 Answers  






Asp.net and asp ? differences?

2 Answers  


Disable Mouse right click on web page in asp.net?

0 Answers   HCL,


What Are Different Types of Debbugers

2 Answers   Accenture, TCS, Wipro,


What methods are fired during the page load?

1 Answers  


What is .NetFramework?

1 Answers   Syntel,


Can we handle the error and redirect to some pages using web.config?

1 Answers   BirlaSoft,


What is Partial in ASP.NET 2.0?

2 Answers   Fulcrum Logic,


Categories