asp variable efficiency
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I'm pretty new to asp and was asked this question: Is it mroe efficient to declare variables in asp? Anyone able to shed a bit of light on the subject please
How are you declaring them? Also I have a question to add, I want to declare (and set values to) a bunch of variables in a separate file. I use "Imports classname" and in the class I declare them using "Public Shared variable" and "variable = value". Anyone have a better idea/way?
-
How are you declaring them? Also I have a question to add, I want to declare (and set values to) a bunch of variables in a separate file. I use "Imports classname" and in the class I declare them using "Public Shared variable" and "variable = value". Anyone have a better idea/way?