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
What is difference between singleton and single call?
How can we pass info between 2 asp.net pages?
Explain the difference between debug.write and trace.write? When should each be used?
What is asp.net with mvc? : Asp.Net MVC
What is the state management in asp.net?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is query string in asp.net?
What is a web api endpoint?
Why Unload event of MasterPage Calls first in ASP.net ?
What is difference between session and application in asp net?
What are validator? How do you disable them?
In a Repeater control how one can provide an alternating color scheme ?
Web API supports which protocol?
Where can I get information on cookies in asp.net?
What is asp.net master page?