Bucky
Contributor
How do I create a Sub or Function that is accessable throughout
my entire ASP.NET project?
I tried declaring one as Public in Global.asax, but no luck. I found
that you could, however, access constants declared as Public in
Global.asax. (Global.ConstName)
my entire ASP.NET project?
I tried declaring one as Public in Global.asax, but no luck. I found
that you could, however, access constants declared as Public in
Global.asax. (Global.ConstName)