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

Explain cookies with example.

0 Answers  


What is the advantage of mvc over asp.net? : Asp.Net MVC

0 Answers  


What is the function of new view engine in asp.net? : asp.net mvc

0 Answers  


Why asp.net is used?

0 Answers  


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

0 Answers  






What is the difference between session and application?

0 Answers  


step to create a strong name?

1 Answers  


Explain how viewstate is being formed?

0 Answers  


Explain the updatepanel?

0 Answers  


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

0 Answers   HCL,


What are the asp.net security controls?

0 Answers  


• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


Categories