Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the data types is possible to store in session?
and can we store dataset in session?

Answers were Sorted based on User's Feedback



What are the data types is possible to store in session? and can we store dataset in session?..

Answer / senthil

Any data type can be stored session. Because it accepts all
the objects

Is This Answer Correct ?    42 Yes 7 No

What are the data types is possible to store in session? and can we store dataset in session?..

Answer / nitin

All types of data Which can be serialized can be stored in
session and we can also store dataset in session

Is This Answer Correct ?    23 Yes 6 No

What are the data types is possible to store in session? and can we store dataset in session?..

Answer / kuldeep kumar

If you are using inproc then you can store any .net data
type (non serializable also), but if you are using state
server or sql server mode then you can only store
serializable data types.

Is This Answer Correct ?    14 Yes 7 No

What are the data types is possible to store in session? and can we store dataset in session?..

Answer / sasi

Sesions can store any type strings,objects, not values.

Eg:-Session["n"]=100//error(won't allow values directly
Session["n"]="100" //correct
String s=Session["n"].tostring();//reading Seesion values
dataset ds=new dataset();
ds=(dataset)session["n"].Tostring();

Is This Answer Correct ?    6 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

Will the asp.net validators run in server side or client side?

0 Answers  


Caching techniques in .NET ?

1 Answers   Microsoft,


Name the tools or API for developing or testing web api?

0 Answers  


What is the difference between ASP and ASP.NET?

4 Answers   Sans Pareil IT Services, TCS,


Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.

1 Answers   Syntax Softtech,


What is difference between datalist and gridview?

0 Answers  


Explain swagger components.

0 Answers  


What is the difference between mvc and asp.net? : Asp.Net MVC

0 Answers  


What is the viewstate in asp.net?

0 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

1 Answers   Siebel Systems,


suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.

3 Answers  


Why do we use sessions?

0 Answers  


Categories