Please be more specific about what you want to do. You probably do NOT want
to use a static (Shared) variable in an ASP.NET application. Such a variable
can be accessed by multiple requests for the same page at the same time. If
the variable is modified by the page, you will have a race condition.