Ramblings from the Creator of WilsonDotNet.com
There is now a QuickFix available for the __DoPostBack bug in ASP.NET Version 1.1 that I had previously provided a short-term work-around for. Thanks ScottGu and the ASP.NET Team for this quick update.
Workaround for Bug in ASP.NET Version 1.1 : Paul Wilson's .NET Blog
I wish I would have known about this bug before spending hours installing and reinstalling .Net. I've read your article and specifically the C# code, but where I am I supposed to use/place this code? I'm very new to .NET I appreciate your help!!!
In your page class, or even better put it in a class that derives from Page and have all of your pages inherit from that so you don't have to repeat the code all the time.