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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.