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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe session handling in a webfarm, how does it work and what are the limits?

590


Which adapter should you use, if you want to get the data from an access database?

552


How do u declare static variable and how it is declared and what is its lifetime?

525


What are the benefits of view state?

565


What is a runtime version?

541






What are the events in a page life cycle?

543


What is difference between viewstate and session state in javascript?

585


What is Pre-Render event in ASP.NET?

601


What is data grid view in asp.net?

541


What is difference between view and partial view?

515


What do you mean by caching in asp.net?

557


What are the differences between clr & cts?

543


Explain how dot net compiled code will become platform independent?

519


What is event in asp.net?

541


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1624