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 use of location tag in web.config file
2 Answers Karur Vysya Bank KVB,
How to Convert a String into Float without using any built- in library of .NET String = "1235.45" needs to converted to a float
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is s2s tracking?
What New Features comes with ASP.NET Web API 2.0?
About Garbage Collector?
How ASP and ASP.NET page works.
Why does my asp.net file have multiple tag with runat=server?
What is custom events?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What are the server controls in asp.net?
Is asp.net and .net the same?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)