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

what is the auto option in XML ?

1 Answers  


What is the difference between equals() and == in c#?

0 Answers  


What Name space does the web page belon in the .net framework class hierarchy?

1 Answers   L&T, Wipro,


what is the requirement that .Net web services can access the java application?

6 Answers   iSoft,


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


What is .net remoting?

0 Answers  


What is asp.net file?

0 Answers  


Describe the disadvantage of cookies.

0 Answers  


How to kill session?

18 Answers   Protech,


What is Fragment Caching in ASP.NET?

2 Answers   MCN Solutions, pspl, Wipro,


about view state and how validation controls will be executed on client and server

3 Answers   Wipro,


Difference between application events and session events

0 Answers  


Categories