Aug 2, 2003 #1 writedom Programmer Jul 26, 2003 8 US I am declaring a global variable that I do not want re-declared each time the page is post back. What should I do?
I am declaring a global variable that I do not want re-declared each time the page is post back. What should I do?
Aug 2, 2003 #2 AP81 Programmer Apr 11, 2003 740 AU You can declare it in a module, that way it is only ever declared once. Upvote 0 Downvote
Aug 3, 2003 Thread starter #3 writedom Programmer Jul 26, 2003 8 US AP81, How would you add a module to a web form? Upvote 0 Downvote
Aug 3, 2003 #4 AP81 Programmer Apr 11, 2003 740 AU I am on a Linux machine, but I think it is Project > Add Module, otherwise you can right-click on the solution and add a module. Upvote 0 Downvote
I am on a Linux machine, but I think it is Project > Add Module, otherwise you can right-click on the solution and add a module.
Aug 3, 2003 Thread starter #5 writedom Programmer Jul 26, 2003 8 US AP81, I added the module and declared the variable. But the variable is not recognized on my web form. Is there something else I should be doing? Upvote 0 Downvote
AP81, I added the module and declared the variable. But the variable is not recognized on my web form. Is there something else I should be doing?