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.
 
Back
Top