[.NET 2.0] A must-know for ASP.NET 2.0 developers
I spent a couple of hours trying to figure out what was wrong with my Master/Details test form, when I ran upon this one. ASP.NET 2.0 doesn't seem to rebind after a PostBack if there is a ViewState available. Even if cache is turned off on the data source. Fritz wrote about this.
Need to test this a bit more. Amazing how much there is to learn about .NET 2.0. My first thoughts about the new release was "yeah, it'll be cool changes to the IDE, refactoring and all that, then there'll be great additions to the c# language and a cart-load of new controls". But this is a change in ASP.NET programming model, isn't it? A small change, but nevertheless quite important, don't you think?