Okay, so I created a new Web, completely from scratch, completely from within VS. I go, add a new module file, paste my code in, create my web form, paste my code in. Visual Studio hasn't given me any errors, in fact, if I right click on the module function in my web form, and click go to definition, it opens my module file, so visual studio sees my module okay.
When I go to my browser, and access that web form, I get the message:
Name 'newWebNum' is not declared.
This is really starting to bug me, cause VS isn't telling me what's up. It says it's okay.
When I go to my browser, and access that web form, I get the message:
Name 'newWebNum' is not declared.
This is really starting to bug me, cause VS isn't telling me what's up. It says it's okay.