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
How to use push notification?
To display data in a Repeater control which template you provide?
What are the different types of validation controls in asp.net?
List down the sequence of methods called during the page load.
Difference between application events and session events
witch is the best insistute in sharpoint course.what abt future of share point course.
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is Dynamic Web and discuss its usage with the help of real life examples?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are validator? How do you disable them?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
How does asp page work?
What are session cookies?
What is comparevalidator?