H
Heiko Milke
When working with Visual Studio 2003 it sometimes happens
that auto-generated code gets lost.
I have an .aspx page with its parental c# codebehind page.
When creating a webform using the studio there is a section
for auto-generated code. Within this region there is a
function "InitializeComponent" that also registers all
event handlers for the form. Sometimes for no obvious
reason the body of this function gets emptied.
Any idea how i could prevent this from happening or how i
could force the Studio to revalidate this function's source
code?
Thanks in advance
Heiko Milke!
that auto-generated code gets lost.
I have an .aspx page with its parental c# codebehind page.
When creating a webform using the studio there is a section
for auto-generated code. Within this region there is a
function "InitializeComponent" that also registers all
event handlers for the form. Sometimes for no obvious
reason the body of this function gets emptied.
Any idea how i could prevent this from happening or how i
could force the Studio to revalidate this function's source
code?
Thanks in advance
Heiko Milke!