global variables in c#.net

Posted by scatman on Stack Overflow See other posts from Stack Overflow or by scatman
Published on 2010-03-15T06:21:42Z Indexed on 2010/03/15 6:29 UTC
Read the original article Hit count: 523

Filed under:
|
|

how can i set a global variable in a c# web application?
what i want to do, is to set a variable on a page (master page maybe) and access this variable from any page.
i neither want to use cache nor sessions.
i think i have to use global.asax... any help?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET