Talk:ASP.NET: Difference between revisions

Content deleted Content added
Undid revision 330839529 by Vdboor (talk)
Undid revision 335749394 by 117.197.250.79 (talk) he was only changing his own comment one minute after posting it
Line 268:
* modifications by the `Page_Load()` event.
 
Programmers who fill the default Page_Load() method, and end up with a huge ViewState.
As critism to Microsoft, this behaviour is IMHO not communicated clearly.
Programmers 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.