VS Losing Events function names in Properties window
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Just recently my Visual Studio has been 'forgetting' the names of webform functions that I put in the Properties window for webcontrols Events functions. I type them into the the properties window of the IDE but they don't stick. The system event is declared ok, however, in the code-behind .cs files, in the 'hidden' managed code section during the page init, so that part doesn't get forgotten. But it's nice to be able to see what routine I've set up for a Button1_Click() for that special Button1 button object. Am I clear as mud here? Did I break my VS.NET IDE? Budsy