I have had this problem occur several times. I am editing the HTML content
on my ASP.NET web page and suddenly my web page no longer functions
correctly when I run it. Turns out, that VS.NET removed the "this.Load +=
new System.EventHandler(this.Page_Load);" code from InitializeComponent()
section. Is Microsoft aware of this problem, and is there a fix?

Signature
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
Does this one sound familiar?
http://support.microsoft.com/default.aspx?scid=kb;en-us;822759
Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights.
>I have had this problem occur several times. I am editing the HTML content
> on my ASP.NET web page and suddenly my web page no longer functions
> correctly when I run it. Turns out, that VS.NET removed the "this.Load +=
> new System.EventHandler(this.Page_Load);" code from InitializeComponent()
> section. Is Microsoft aware of this problem, and is there a fix?
Ken Varn - 27 Aug 2004 15:14 GMT
It is similar to what I am seeing, but I do not think that I was changing
the EnableViewState value as described in the article. Could be that it is
still associated with the same problem though.

Signature
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
> Does this one sound familiar?
>
[quoted text clipped - 9 lines]
> > new System.EventHandler(this.Page_Load);" code from InitializeComponent()
> > section. Is Microsoft aware of this problem, and is there a fix?