Tagged with optimization
Svelte asp.net: avoiding <form runat="server">
postbacks add a lot of weight to your page and you don't always need them. Find out when you can do without them and how to use ASP.NET without paying the postback price.Published in ASP.NET on Sunday, February 8th, 2009
Reducing viewstate on custom controls
One of the biggest waste I see in using viewstate is that it persists values that are already set in the aspx. These get set every time that the page runs and don’t need to be round tripped to the browser so that they will be persisted. I did a little experiment a while back [...]Published in ASP.NET, Server controls on Sunday, February 1st, 2009






