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

Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

0 Answers   MCN Solutions,


What is Web API?

0 Answers  


Which method do you use to enforce garbage collection in .net?

0 Answers  


State Management (viewstate, session etc)

2 Answers   Syntel,


To add a hyperlink column to the DataGrid which tag is used ?

0 Answers   Siebel,






About SOAP ?

3 Answers   Cognizant, Infosys,


How can you provide an alternating color scheme in a Repeater control?

1 Answers  


what does membership class provide?

1 Answers  


What are the disadvantages of using session?

0 Answers  


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

0 Answers   Excel,


What is mvc structure? given example? How to show gridview control from business components and using class object arrays?

3 Answers  


Describe the difference between inline and code behind - which is best in a loosely coupled solution Tightly coupled - INLINE

2 Answers  


Categories