Talk:ASP.NET: Difference between revisions

Content deleted Content added
Vdboor (talk | contribs)
Vdboor (talk | contribs)
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.