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 permissions do asp.net applications posses by default?
How to use push notification?
How can I configure asp.net applications that are running on a remote machine?
What is the default authentication mode for asp.net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Can you dynamically assign a Master Page?
What r the asp.net list controls and difference between them?
What is is post back property in asp net?
What is a viewbag?
What is cache in asp net?
What is sql data source control in asp.net?
Why do we need asp.net?
What are url fragments?
Who is using asp.net?
What is session in asp.net?