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

How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

0 Answers   HCL,


What are tuples?

0 Answers  


What is the difference between appsetting and connectionstring tags in web.config file

2 Answers   HCL, TCS,


Where can i get Latest Microsoft .Net Certification Dumps & what Types of .Net Certifications are there?

2 Answers   Protech,


What is ViewState ? and how it is managed ?

1 Answers  






What is the difference between a Thread and Process?

1 Answers  


Apart from IDE what are the enhancements in asp.net 2.0?

0 Answers   Microsoft,


What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

1 Answers   Innvectra,


Should I delete cookies?

0 Answers  


Asp.net and asp ? differences?

2 Answers  


1. What is Connection Pooling…? 2. Maintaining Sessions in ASP.NET 3. ASP.NET page lifecycle. 4. Can we store objects in sessions. 5. What is AJAX..? 6. Serialization/Deserialization. Why we use serialization and Deserialization…? 7. What are Arrays and Arraylist..? 8. Difference between Authentication and Authorization…? 9. Difference between abstract class and Interfaces 10. What is a view..? Does a view contain data..? 11. What are triggers..? 12. What are transactions..? 13. What is Metaview (oracle)..? 14. What is Inheritance..? How can we call a method from the base class..? 15. Can an abstract class have zero abstract methods..? 16. How to read from Message Queue..? 17. What is Metadata..? 18. You would prefer to have business logic in c# or DB Side..? Why…?

1 Answers   Franklin Templeton, Sky InfoTech,


how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?

2 Answers   IBM,


Categories