| Author |
VStudio 2003 keeps dropping event handlers
|
|
| John Bailo 2004-03-28, 10:32 pm |
|
One of the biggest pains in the ass with studio is that it randomly drops
event handlers from the InitializeComponent() in ASP.NET/c#.
Is there a fix for this yet ?
--
W '04 <:> Open Source
| |
|
| Hi John,
I suggest you put your event handlers code to OnInit instead.
You may find this article interesting as well:
317794 HOW TO: Dynamically Create Controls in ASP.NET by Using Visual C# .Net
http://support.microsoft.com/?id=317794
Best Regards
Nick
----- John Bailo wrote: -----
One of the biggest pains in the ass with studio is that it randomly drops
event handlers from the InitializeComponent() in ASP.NET/c#.
Is there a fix for this yet ?
--
W '04 <:> Open Source
| |
| Heather Kroening 2004-03-29, 4:37 pm |
| What about VB?
Do you have a fix for that?
I'm getting annoyed with having to retype all the handles everytime I want to move something on my form.
|
|
|
|