Session
-
is it good practice to store dataset in session.
-
is it good practice to store dataset in session.
-
is it good practice to store dataset in session.
Sneha Bisht wrote:
is it good practice to store dataset in session.
It Depends on the size of DataSet. What you are going to store in DataSet ? If this is normal user information its always better to use in normal variable rather than dataset. As per the data size of concern try to avoid dataset, datatable to store in session. :)
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
is it good practice to store dataset in session.
Datasets Are Expansive.
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
is it good practice to store dataset in session.
Usually you'd store an id in the session and use that to define what dataset you need to get from the database.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.