Infolink

 

Search This Blog

Showing posts with label viewstate example. Show all posts
Showing posts with label viewstate example. Show all posts

Nov 7, 2012

How To Keep ASP.NET ViewState On The Server

During recent few engagements with my customers I've noticed  VIewState is extensively [unintentionally] used. ViewState is on by default. The result is heavy weight Html that round trips on the network. This causes slow response time and high network utilization that affects another applications using the same network.

How to remove ViewState from the network completely while taking an advantage if its functionality at same time?
Related Posts Plugin for WordPress, Blogger...