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
What is a url string?
What is a web api endpoint?
What are resource file and how do we generate resource file?
To load your generated dataset with data which method do you invoke?
In which event of page cycle is the viewstate available?
What are the components of ado.net?
Describe how to implement globalization and localization in the use interface in .net.
What is the purpose of master page?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is the default Orientation property in a Menu control?
What is special types forms
What are all the various Estimation Techniques available ?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Explain the overview of asp.net?
How to you can limit Access to Web API to Specific HTTP Verb?