Thursday, March 29, 2012

server side storing

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 AndyWell, 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.

"Cortvriend Andy" <andy.cortvriend@.pandora.be> wrote in message
news:3JOYb.6066$Zd1.432198@.phobos.telenet-ops.be...
> 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
Do you know how to do this or where I can find it?
thx

"Peter Rilling" <peter@.nospam.rilling.net> schreef in bericht
news:OeBl9bl9DHA.4080@.tk2msftngp13.phx.gbl...
> 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.
> "Cortvriend Andy" <andy.cortvriend@.pandora.be> wrote in message
> news:3JOYb.6066$Zd1.432198@.phobos.telenet-ops.be...
> > 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
Cache
http://msdn.microsoft.com/library/e...sp?frame=tru e

Session
http://msdn.microsoft.com/library/e...asp?frame=true

"Cortvriend Andy" <andy.cortvriend@.pandora.be> wrote in message
news:SnPYb.6134$kF.347191@.phobos.telenet-ops.be...
> Do you know how to do this or where I can find it?
> thx
> "Peter Rilling" <peter@.nospam.rilling.net> schreef in bericht
> news:OeBl9bl9DHA.4080@.tk2msftngp13.phx.gbl...
> > 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.
> > "Cortvriend Andy" <andy.cortvriend@.pandora.be> wrote in message
> > news:3JOYb.6066$Zd1.432198@.phobos.telenet-ops.be...
> > > 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
> >

0 comments:

Post a Comment