although this does not help you with your current problem, it may come in useful for future projects.
i suggest wiring your event handlers up in a separate method within each page. then you reference this method from the OnInit event. VS 2003 had a habit of removing any custom handlers whenever i went into design mode, so this is what i did as a fix, and this has also saved me running into the problems you have stated when i ported over to .NET 2.0.