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 Boxing and Unboxing?

7 Answers   Accenture, IBM, Tech Mahindra,


How to authenticate users using Web.Config ?

1 Answers   Accenture,


Can you create an app domain ?

1 Answers  


How to display Alert in ASP.NET

0 Answers   HCL,


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  






what are the ways to improve performance in .net application?

7 Answers   Mind Tree,


About delegates ?

7 Answers   TCS,


How do you do exception management

1 Answers   Infosys,


What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?

1 Answers  


Is it possible to add aspx.vb file in to C# Web Project? If so how can i use the vb file in the C# Web project?

3 Answers  


Explain asp.net application life cycle?

0 Answers  


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

0 Answers   eXensys,


Categories