A
Arjen
Hi,
How can I make some variables global (public available) with the global.asax
file inside asp.net 2.0?
- I want to access these variables from code-behind files (and maybe from
aspx files).
- The global.asax haves no code-behind file.
- I want to set the values of the public variables inside the
Application_BeginRequest method.
Thanks!
How can I make some variables global (public available) with the global.asax
file inside asp.net 2.0?
- I want to access these variables from code-behind files (and maybe from
aspx files).
- The global.asax haves no code-behind file.
- I want to set the values of the public variables inside the
Application_BeginRequest method.
Thanks!