How to reduce the Page size in asp.net?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the significance of routing? : asp.net mvc

528


What is gridview in asp.net?

511


How will you maintain versioning in asp.net 2.0?

586


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2360


Describe session handling in a webfarm?

550






What are session state modes?

560


What is cache in asp net?

523


Explain about the Class view window?

581


What is httpresponse?

502


What is the extension of master page in asp.net?

541


What is the use of worker process in asp.net?

521


What is applicatio domain?

567


Explain the difference between sql invalidation and sql notification.

551


How do active server pages work?

538


What is the base class from which web forms are inherited?

522