Tell something about state management in asp.net?

Answers were Sorted based on User's Feedback



Tell something about state management in asp.net?..

Answer / elumalai.k

SERVER SIDE:
1.APPLICATION
2.CACHE
3.SESSION
4.CONTEXT
5.DATABASE

CLIENT SIDE:
1.VIEW STATE
2.COOKIES
3.HIDDEN VARIABLES
4.QUERY STRING

Is This Answer Correct ?    15 Yes 2 No

Tell something about state management in asp.net?..

Answer / selvavelan.s

Give brief Definition for the following

1. Application
2. Session
3. Cookies
4. Viewstate
5. SqlServer(DataBase)
6. HiddenFeild

Is This Answer Correct ?    7 Yes 1 No

Tell something about state management in asp.net?..

Answer / sankar

We know that Web pages are stateless that means they didn't know weather same user sending requests or other so to maintain state of web pages asp.net provides state managemant.
Client side:
1)Cookies
2)Query String
3)View State
4)Hidden Fields

Server side:
1)Session State
2)Application State

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between asp.net and mvc?

0 Answers  


To wrap up a call to a Web service the standard used is..?

0 Answers   Siebel,


What is bound controls

0 Answers   MCN Solutions,


What is the difference between ldap and active directory?

0 Answers  


What is the namespace to create thread in .net?

0 Answers  






How use Xml data in ASP.net?

0 Answers   MCN Solutions,


How to prevent client side validation from the ASP.NET validation controls?

0 Answers   Viscus Infotech,


What is ipostback?

0 Answers  


Usage of web.configuration ?

3 Answers   Microsoft,


Explain the purpose of storyboard.targetproperty.

0 Answers  


In ViewState How much lifespan items stored?

0 Answers   Siebel,


How do you implement postback with a text box?

0 Answers  


Categories