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 the exact purpose of http handlers?
What does a switch do?
Explain about the .NET framework?
What is asp according to you?
What is a query string in a url?
What is data binding in asp net?
How does http session work?
What is the difference between equals() and == in c#?
Can any body provide me the sample web application in asp.net
What is the purpose of master page?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is http pipeline in asp.net?
Which is better php or asp.net?
What is asp.net introduction?
How do you hide the columns?