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

Define page output caching?

0 Answers  


What events will occur when a page is loaded?

0 Answers  


You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).

6 Answers   CPCL, Syntax Softtech,


What are the different methods that are used during the page load?

1 Answers   Siebel,


Difference between viewstate, cache, session

2 Answers   Mind Tree,






Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


What kind of programming language is ASP.NET?

0 Answers   3i Infotech,


Why do we need a web application session?

0 Answers  


What is the purpose of session management?

0 Answers  


What is the main differences between asp and asp.net?

0 Answers  


What is postback in asp net?

0 Answers  


How should I destroy my objects in asp.net?

0 Answers  


Categories