J
Jerry Camel
Has anyone had this issue...
I working on a simple ASP .NET app - three web forms. I'm working on page
three and when I swith back to page 1 in VS, half of my controls are
missing. I add them back in, but it takes a while before the new controls
are recognized by VS (Compiler kept telling me that the stuff wasn't
declared when, clearly, it was.) Most of it's back to normal, but the
button control still doesn't trigger the code in the code-behind page. When
I double click the button I get sent to the correct sub, so VS knows it's
there and which button it's tied to, but the code doesn't run when I'm
hitting the app from a browser...
Help!?
Jerry
I working on a simple ASP .NET app - three web forms. I'm working on page
three and when I swith back to page 1 in VS, half of my controls are
missing. I add them back in, but it takes a while before the new controls
are recognized by VS (Compiler kept telling me that the stuff wasn't
declared when, clearly, it was.) Most of it's back to normal, but the
button control still doesn't trigger the code in the code-behind page. When
I double click the button I get sent to the correct sub, so VS knows it's
there and which button it's tied to, but the code doesn't run when I'm
hitting the app from a browser...
Help!?
Jerry