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...

what is state management in ASP.NET

Answer Posted / om shivaya namaha

in Asp.Net we can two types of Sate Management
1. ClientSide State Managment :- It will occur in the
Clients Systems it wont use any server resourses it can be
reprasented in 5 types
i)View State :- It will store all the controls properties
and data during the postback operation
ii)Control state :- for custum control viewstate property is
not available so all the infromation about the control is
saved in the ControlState
iii)hiddenfilds:- hiddenfilds are used to store the data on
the client side
iv)QueryString :- by using QueryString we can pass the
values through the URL
v)Cookies:- Cookies can store the values in the client side
untill the application is closed the value of the cooke is
same it wont change

2. ServerSide statemanagment :-It is used to store the data
on the Server it is of 2 typew

i) Session state :- it is used to store the single user
information on the server untill the user log off it will
maintan the values in the server once the user logout and
another user login the session variables will maintain
untill he logs out
ii) Application State :- If we set the values in Global.aspx
page Aplication_start like that events this values can be
acessed through out all the pages in the application

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

1160


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

1005


What are the server control tags in asp.net.?

1105


How could you modify xaml content from javascript?

1065


What are client activated objects?

1069


Explain about asp.net caching?

1093


Can you explain how ASP.NET application life cycle and page life cycle events fire?

1071


What are the contents of cookie?

1149


What are query strings used for?

979


How will you do Redo and Undo in a TextControl?

1257


Difference between .NET and previous version?

2635


Explain different authentication modes in asp.net?

1231


Define cookie.

1033


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

930


What is bson in web api?

1085