Briefly describe different techniques for ASP.NET State
Management?
Answer Posted / krishnarao
StateManagement is a concept of maintaning the state
belonging into to the client.
StateManagement is 2 types
1.Client Side Statemanagement
A.View State
B.Query String
C.Hidden Fields
D.Cookies
2.Server side Statemenagement
A.Session
B.Application
C.Cache
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain one critical mapping?
Explain the flow of processing of the request? : asp.net mvc
What is active web page?
How many types of state management are there in asp net?
How can we identify that the page is post back in asp net?
Explain about Application and Session Events ?
Explain about solution explorer window?
What is gridview in asp.net?
What is web api vs wcf?
What is css and what is it used for?
Can you explain the importance of finalize method in .net?
Define repository pattern in asp.net mvc? : asp.net mvc
Why session is used in asp.net?