I'm seeing something annoying when working with ASP.NET web pages (as created in Visual Studio).
Every now and again - some of the methods are becoming unhooked from the visual components on the web forms.
The 'PageLoad' event is a prime example of this.
What I mean, is that I can be developing against a form, and suddenly when I'm testing it I find that a lot of the code I've set to run just plain simply isn't being called ....
I then have to re-hook the events under the hood.
Can anyone suggest what's causing this ?
And how I can prevent it ?
Thanks in advance
Steve
Every now and again - some of the methods are becoming unhooked from the visual components on the web forms.
The 'PageLoad' event is a prime example of this.
What I mean, is that I can be developing against a form, and suddenly when I'm testing it I find that a lot of the code I've set to run just plain simply isn't being called ....
I then have to re-hook the events under the hood.
Can anyone suggest what's causing this ?
And how I can prevent it ?
Thanks in advance
Steve