Using application state in asp.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am starting my first asp.net application and i have a number of aspx
pages. To save the state of my variables at the server, do i use
applicationstate and add the variables to it whenever they change?

My application works so that i have a separate global functions class
(globalfunctions.vb) and i have a heap of variables created in there. Do i
add these variables to the application state when i create them? And then
whenver i access these variables get them from the appstate object do changes
and then add them back? is that the basic idea?

Thanks,

Joshua Weir
 

Ask a Question

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.

Ask a Question

Back
Top