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 good practice to implement validations in aspx page?

0 Answers  


What is the full meaning of asp.net?

0 Answers  


Which is better session or viewstate?

0 Answers  


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


What is the difference between a page theme and a global theme?

0 Answers  






What is cross page posting in asp net?

0 Answers  


What is different between webconfig.xml & Machineconfig.xml ?

1 Answers  


Where you store Connection string in "Web.Config" file in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is the use of the tag in the web.config file?

0 Answers   MindCracker,


How to authenticate users using Web.Config ?

1 Answers   Accenture,


Are cookies client side or server side?

0 Answers  


Is overloading possible in web services?

3 Answers   Microsoft,


Categories