I have web application that went to production about 2 weeks ago. The web page captures a lot of information for validation and calculation. I’m using ViewState to maintain the postback which slow down the page load every time users entered some data and need calculation. This ...