-
VS2005 blues
-
Maybe someone reading this can help me...
I have a problem with my codebehind pages not updating with changes in designer mode. For example, I add a textbox control to the aspx page in design mode, but the declaration doesn't get created automatically for me in the codebehind. PLEASE can someone tell me how to fix this.
The same goes for renaming of controls. It keeps the original name in the codebehind.
Also, it seems that copying pages to another page in solution explorer is not as smooth as it used to be. I copied a page, renames the class, aspx etc. And when I ran it, it was calling the wrong codebehind... even though the correct page was associated with it. Turns out, the PAGE tag at the top in HTML view still pointed to the previous page in the "inherits" keyword. As soon as I manually corrected that, it worked fine. (This was an automatic thing in VS2003 previously)