Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
32982 Points
8508 Posts
Moderator
May 02, 2012 10:28 AM|LINK
Are you using AJAX? If so, that can cause web applications to suffer if the viewstate gets too large. The visual advantage of the screen not flickering between postbacks don't outweigh the increased loading times.
bbcompent1
All-Star
32982 Points
8508 Posts
Moderator
Re: Deploy Web Application
May 02, 2012 10:28 AM|LINK
Are you using AJAX? If so, that can cause web applications to suffer if the viewstate gets too large. The visual advantage of the screen not flickering between postbacks don't outweigh the increased loading times.