State Management (viewstate, session etc)

Answers were Sorted based on User's Feedback



State Management (viewstate, session etc)..

Answer / alb.shah

in asp.net following ways to maintain server site and
client site state.
client site:
1. View State
2. Query String
3. Hiddne Field
4. Cookies

Server Site is:
1. Session
2. Application

Is This Answer Correct ?    10 Yes 0 No

State Management (viewstate, session etc)..

Answer / kamlesh

Client Side Managemnet:
•View state
•Control state
•Hidden fields
•Cookies
a) Temporary Cookies: Stored in RAM.
b) Permant Cookies: Stored in Hard Disk.
Server Side Management:
•Query strings
•Application state
•Session state

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

How to authenticate users using Web.Config ?

1 Answers   Accenture,


What is the maximum amount of memory any single process on windows can address?

0 Answers  


What are web server controls in asp.net?

0 Answers  


What is Assert Method ?

2 Answers  


Is a dll file an executable?

0 Answers  






Explain the life cycle of an ASP .NET page

2 Answers   HCL, Surya Software,


what r the Templeats in ASP.net?

5 Answers   Intel, VBV,


Which control would you use if you needed to make sure the values in two different controls matched?

4 Answers   Siebel Systems,


what is the difference between response.write() and response.output.write()?

0 Answers  


How do you store a value in viewstate and retrieve them?

0 Answers  


Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.

1 Answers  


What event handlers can I include in Global.asax ?

1 Answers  


Categories