G
Guest
On many occasions (but without an obvious pattern), we (it's not just me!) encounter a problem with VS.Net losing event handlers for controls, e.g. the auto-generated this.button.click += new <handler stuff> gets dropped from InitializeComponent. The effect is that a web form that used to do something when you clicked on the button is now inert. We tried a workaround of manually setting our event handlers in a separate initialisation method but this was also errorprone as the handlers don't appear in the event property window
I'd be very grateful for any solutions or comments from fellow sufferers
Best wishes.
I'd be very grateful for any solutions or comments from fellow sufferers
Best wishes.