Tell something about state management in asp.net?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is Boxing and Unboxing?
7 Answers Accenture, IBM, Tech Mahindra,
How to authenticate users using Web.Config ?
Can you create an app domain ?
How to display Alert in ASP.NET
How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?
what are the ways to improve performance in .net application?
About delegates ?
How do you do exception management
What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?
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?
Explain asp.net application life cycle?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?