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
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
when a request is made in Life cycle of ASP.NET page .
What are the server control tags in asp.net.?
How could you modify xaml content from javascript?
What are client activated objects?
Explain about asp.net caching?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What are the contents of cookie?
What are query strings used for?
How will you do Redo and Undo in a TextControl?
Difference between .NET and previous version?
Explain different authentication modes in asp.net?
Define cookie.
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is bson in web api?