Types of state management techniques ?

Answers were Sorted based on User's Feedback



Types of state management techniques ?..

Answer / krupali

There are two types of state management options available.

1)client side statemanagement.
2)server side statemanagement.

In Client side statemanagement
1)View state
2)query string
3)custom cookies

In server side statemanagement
1)Session state
2)application state

Is This Answer Correct ?    18 Yes 1 No

Types of state management techniques ?..

Answer / arockia johnsi rani j

ASP.NET Supports various client side and server side state
management.

client side
view state,hidden fields, cookies, query strings

server side
Application state, session state, Database.

Is This Answer Correct ?    13 Yes 4 No

Types of state management techniques ?..

Answer / pradeep gupta

Client-side state management:-
a)cookies, b)view state, c)Hidden field, d)Query String

Serve-side state management:-
a)session, b)Application, c)context handler.

Is This Answer Correct ?    5 Yes 0 No

Types of state management techniques ?..

Answer / hameed

client side
view state,hidden fields, cookies, query strings

server side
Application state, session state, Database.

Is This Answer Correct ?    4 Yes 0 No

Types of state management techniques ?..

Answer / karthikkumar

State Management in asp.net
1.Client side State Management
i) Cookies
ii) Query String
iii) Hidden Fields
iv) View state and Control state
2.Server side State Management
i) Cache
ii) Store state on the server
iii)Application Object
iv) Session Object

Is This Answer Correct ?    2 Yes 0 No

Types of state management techniques ?..

Answer / ravi

two type of state management technique in asp.net:-
1) client side state management
query string
hidden fields
view state
cookies
2) server side state management
session
application
context handler
cache

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Types of configuration files and their differences ?

2 Answers   Accenture,


How we can force all the validation controls to run?

0 Answers  


What is the difference between a cookie and a pixel?

0 Answers  


What are two ways that you can set the minimum and maximum values for a rangevalidator? When would you use each technique?

1 Answers  


what are the components available in global.asax ?

1 Answers  






i want the asp.net technical questions and answeres

0 Answers  


What is data caching?

0 Answers  


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  


when a request is made in Life cycle of ASP.NET page .

0 Answers  


Explain how is a property designated as read-only?

0 Answers  


What is the life cycle of an asp.net page?

0 Answers  


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


Categories