What are the other ways in which you can maintain state ?

Q

.NET INTERVIEW QUESTIONS - What are the other ways in which you can maintain state ?

✍: Guest

A

Other than session variables you can use the following technique to store state :
* Hidden fields
* View state
* Hidden frames
* Cookies
* Query strings

2009-06-16, 4203👍, 0💬