What are the data types is possible to store in session?
and can we store dataset in session?
Answer Posted / nitin
All types of data Which can be serialized can be stored in
session and we can also store dataset in session
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
Explain how dot net compiled code will become platform independent?
How can we apply themes to an asp.net application?
What are the different method of navigation in asp.net?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Define tracing.
Which is an advantage of application service providers?
Describe the master page.
What is the use of web.config file?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What are the events in a page life cycle?
How can we update records in gridview?Is there any appropriate code for it?
How to manage different kinds of sessions in ASP.NET?
What is x xss protection?
Explain server control extensibility with reference to asp.net 2.0 ?