Dear sir,
I am writing an 3-tier enterprise asp.net web application which needs to be very lightweigt to lower the bandwidth usage.
I want to speed up ASP.NET web page loading, I have minified all js and css, used AJAX, used less images in page, used paging for grids but still the overall response page size goes to nearly 1Mb because of viewstate hidden fields.
May I request you to tell how to overcome this issue?
Cheers,
Nitinjs
I am writing an 3-tier enterprise asp.net web application which needs to be very lightweigt to lower the bandwidth usage.
I want to speed up ASP.NET web page loading, I have minified all js and css, used AJAX, used less images in page, used paging for grids but still the overall response page size goes to nearly 1Mb because of viewstate hidden fields.
May I request you to tell how to overcome this issue?
Cheers,
Nitinjs
Comment