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
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
How to display validation messages in one control?
Explain how cookies work. Give an example of cookie abuse.
Difference between application events and session events
Explain the differences between clr & cts?
Explain how can we inherit a static member?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What are the layouts of ASP.NET Pages?
What are the two Layouts supported by a Web form in ASP.NET?
How do you deploy your asp.net application?
Explain Features in ASP.NET
How do you create a master page?
Differentiate strong typing and weak typing
What parameters can you pass in the url of the api? Can get and post use the same url?
How many types of session in ASP.NET