Briefly describe different techniques for ASP.NET State
Management?
Answer Posted / shamna sankar
State Management is 2 types
1.Client Side Statemanagement
A.View State
B.Query String
C.Hidden Fields
D.Cookies
2.Server side Statemenagement
A.Session state
B.Application state
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Where is http session stored?
What is the difference between exe and dll?
Is LINQ performance wise better or using sqlcommand?
What are the HTML server controls in ASP.NET?
Contrast OOP and SOA. What are tenets of each ?
Which type of state management is provided by Query String in ASP.NET?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Where would you use an ihttpmodule, and what are the limitations if any?
Which is better asp.net or php?
Is it possible for me to change my aspx file extension to some other name?
How do active server pages work?
Where is asp.net view state stored?
What is Forms Authentication in ASP.NET?
Where web.config file is used?
What is the Difference between MVC And MVP design pattrens