ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What are the data types is possible to store in session? 
and can we store dataset in session?
 Question Submitted By :: Muralisivam
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are the data types is possible to store in session? and can we store dataset in session?
Answer
# 1
Any data type can be stored session. Because it accepts all 
the objects
 
Is This Answer Correct ?    28 Yes 3 No
Senthil
 
  Re: What are the data types is possible to store in session? and can we store dataset in session?
Answer
# 2
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 ?    14 Yes 2 No
Nitin
 
 
 
  Re: What are the data types is possible to store in session? and can we store dataset in session?
Answer
# 3
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 ?    8 Yes 3 No
Kuldeep Kumar
 
  Re: What are the data types is possible to store in session? and can we store dataset in session?
Answer
# 4
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 ?    0 Yes 1 No
Sasi
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What Are The Difference Between AutoEventWireup="true" and AutoEventWireup="False" Phoenix-Technologies9
Can you store dataset in viewstate? Microsoft3
How Web Services help Us? What r the difference between Remoting and webservices Protech4
what are the ways to improve performance in .net application? Mind-Tree3
What is the difference between excute query and excute nonquery.?  3
In try catch blocks one is normal catch block and another is sqlcatchexception block Microsoft3
what is dumpbin.exe?  1
How do you use css in asp.net?  4
What is Master Page in Asp.net?  5
how can i call output parameters from ado.net TCS2
What is the lifespan for items stored in ViewState? ISST2
what is state management,what is the purpose of it,how it will be implemented in real time?  1
To call a Web service SOAP which transport protocol you use?  2
What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version DELL3
What is the Global.asax used for?  3
What type of code (server or client) is found in a Code- Behind class?  1
What is a WebService and what is the underlying protocol used in it? Namespace?  1
in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview TCS4
Is string a value type or a reference type?  9
What are Master pages? How to define a Master page?  2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com