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
What are url fragments?
What are the two types of web pages?
Describe the application event handlers in ASP.NET?
Explain the difference between webfarm and webgardens in .net?
Differentiate between namespace and assembly.
List the major built-in objects in asp.net?
Explain the asp.net page life cycle.
How would you turn off cookies on one page of your website?
Which is faster viewbag or viewdata?
What is the significance of attaching a profile while creating a user?
Write some code using interfaces, virtual methods, and an abstract class`
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is autopostback true?
How to disable validator control by client side JavaScript?
Define what is razor? : asp.net mvc