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

State Management (viewstate, session etc)

2 Answers   Syntel,


What is the Difference B/W Finalize() and Dispose() in .Net?

12 Answers   HCL, IBM,


Describe SOA and the tenets of it?

0 Answers   Siebel,


What is the current version of asp.net?

0 Answers  


How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,






What is asp.net caching?

0 Answers  


How can you handle unmanaged code exceptions in asp.net?

0 Answers  


Difference between web user control and web custom control?

0 Answers  


Explain cookies with example.

0 Answers  


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

0 Answers   Siebel Systems,


Is it possible to change the index of primary key on table?

0 Answers  


how many select state ments are used in stored procedure?

8 Answers   CSC,


Categories