I
Iouri
I am using VS 2005 team edition. I cannot find Module in ASP.NET 2.0. It is
not in the list of Visual Studio installed templates. Where is it? or what
can I use to hold my global variables and Subs accessible from different
pages.
I tried to add class and make it Shared, but I am getting an error message
that classes cannot be declared Shared.
Also VS does not let me declare shaered constants in a class.
I need to use the same sub from different pages.
Does somebody have a solution for that?
Thank you
not in the list of Visual Studio installed templates. Where is it? or what
can I use to hold my global variables and Subs accessible from different
pages.
I tried to add class and make it Shared, but I am getting an error message
that classes cannot be declared Shared.
Also VS does not let me declare shaered constants in a class.
I need to use the same sub from different pages.
Does somebody have a solution for that?
Thank you