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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of caching in asp.net?

1152


When should I use server transfer and response redirect?

1034


How many ways are there to maintain a state in .net? What is view state?

1080


How can you enable impersonation in the web.config file?

1196


What does uri mean?

984


How do you store a value in viewstate and retrieve them?

1060


Explain what are webservices?

1032


What is voluum?

1018


What is the use of autowireup in asp.net?

1099


What's the use of formatters in .net?

1093


What is client side state management?

1003


What is the extension of master page in asp.net?

1020


What is asp.net with mvc? : Asp.Net MVC

1028


What is asp.net and how it works?

1061


What does asp in asp.net stand for?

1027