Problem with ASP.NET 1.1 and __doPostBack JavaScript function...
Well, this may be old news for some, but it certainly is new news for me. I was working with the MS MasterPages sample and discovered a problem with the JavaScript that ASP.NET 1.1 was generating (there was an invalid field name created in the JavaScript - there was a colon embedded in the field name).
Apparently, the problem is that I was defining a form inside a user control (that is the way things are implemented in the MS Master Pages example) and that causes a problem in ASP.NET 1.1.
Here is a MS KB article about the problem. The fix is something you must get directly from MS. Andy Smith also has a version on his site that works correctly with 1.1 as well.