server side storing

  • Thread starter Thread starter Cortvriend Andy
  • Start date Start date
C

Cortvriend Andy

Hi

I want to store some information on the server side!
I want to keep that information in a DataTable, is that possible?
Anyone who can help me and tell me how to do it?

Thx Andy
 
Well, you could store the DataTable in the Session or Cache object. Then
you would not have to reload it each time you visit the server.
 

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