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

What are the action filters available in asp.net mvc

1 Answers   TCS,


Explain swagger components.

0 Answers  


What is web application virtual directory ?

2 Answers   Satyam,


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


What is view state and how it works in asp net?

0 Answers  






What is the size of Get method and how much data it can store?

0 Answers   HCL,


What is asp short for?

0 Answers  


what is the challenging situation you faced in your career?

3 Answers   Calsoft, HP, Satyam, Wipro,


What are the different types of Session state management options available with ASP.NET?

1 Answers  


What is application and session in asp.net?

0 Answers  


What is datagrid asp.net?

0 Answers  


About web methods and its various attributes ?

1 Answers   Digital GlobalSoft,


Categories