| 4GuysFromRolla.com |
With WebForms, each ASP.NET page's rendered output includes a
the large amount of data exchanged between the client and the server during a postback. On postback the browser sends
the values of all of its form fields (including hidden ones, like view state, which may be quite large) to the server; the server then sends back the entire contents of
the web page. While...(Read whole news on source site)




