Answer Posted / veerendra
There are two types of session management in ASP.NET
namely., Client side and Server side.
Client side: Hidden forms, Hiddenfields, Querie
strings,Cookies, View state
Sever side; Application object, Session State, Caching.
Each type has its own advantages and preferences.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What are the layouts of ASP.NET Pages?
What is a uri query?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How can we update records in gridview?Is there any appropriate code for it?
What are the security types in asp.net?
How can you implement encapsulation in asp.net?
What is the good practice to implement validations in aspx page?
Explain about ASP.NET?
What is cookies cache and session?
How do I upload a file from my ASP.NET page?
Explain the overview of asp.net?
What are the 3 types of web?
What is slidemaster?
What is the difference between adding reference in solution explorer and adding references by using ?
Which adapter should you use, if you want to get the data from an access database?