Posted by: jwalin on: July 8, 2008
http://encosia.com/2007/10/24/are-you-making-these-3-common-aspnet-ajax-mistakes/
Posted by: jwalin on: March 26, 2008
Than’s to Miron
The Update Panel response contain the new html for the specific location that needs to be update and the complete new ViewState for the whole page. So, one more thing we can to optimize the UpdatePanel is to compress the ViewState before it been sent to the client. We don’t need to do [...]