Talk:ASP.NET: Difference between revisions

Content deleted Content added
Vdboor (talk | contribs)
Undid revision 330839529 by Vdboor (talk)
Line 268:
* modifications by the `Page_Load()` event.
 
As critism to Microsoft, this behaviour is IMHO not communicated clearly.
Programmers who fill the default Page_Load() method, and end up with a huge ViewState.
This state is transmitted back and forth with every page request, causing performance issues.