Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what is a virtual class?

1 Answers   Patni,


What does the hotspot class in .net do?

0 Answers  


What is asp.net introduction?

0 Answers  


What is cookie less session? How it works?

2 Answers   TCS,


What is a page life cycle?

0 Answers  


From which base class all web forms are inherited?

0 Answers  


Demonstrate Render and PreRender?

0 Answers   QuestPond,


What is a page life cycle? What are the events in a page life cycle?

0 Answers  


Will the asp.net validators run in server side or client side?

0 Answers  


Is there any limit for query string? Means what is the maximum size?

0 Answers  


What is the significance of proxy user?

0 Answers   MCN Solutions,


Explain Generics?

1 Answers  


Categories