Types of state management techniques ?
Answer Posted / karthikkumar
State Management in asp.net
1.Client side State Management
i) Cookies
ii) Query String
iii) Hidden Fields
iv) View state and Control state
2.Server side State Management
i) Cache
ii) Store state on the server
iii)Application Object
iv) Session Object
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is asp.net architecture?
What is http session state?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
Which property is used to identify the Page is Post Back in ASP.NET?
What is the question mark in a url?
What are the new web part controls in asp.net 2.0 ?
How is the asp.net mvc architecture different from others? : asp.net mvc
Describe how ASP.NET maintains process isolation for each Web application?
What are HTTP handlers in ASP.NET?
What do you mean by marshalbyref?
What is custom events? How to create it?
Give an example of cookie abuse.
What is a master page and what does it do?
Explain the asp.net mvc folder conventions? : asp.net mvc
How can we use Web API with ASP.NET Web Form?