Types of state management techniques ?
Answer Posted / arockia johnsi rani j
ASP.NET Supports various client side and server side state
management.
client side
view state,hidden fields, cookies, query strings
server side
Application state, session state, Database.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
Explain some of the major built-in objects in asp.net
What is synchronous and Asynchronous post back ?
Which is better session or viewstate?
Explain code snippet to register exception filters from controller?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is the difference between client-side and server-side validations in webpages?
How can you handle unmanaged code exceptions in asp.net?
Elaborate differentiation between Cache and Application?
What is the use of dispose method?
calling result set one procedure to anothar procedure in sql2000
Explain how do you validate the controls in an asp .net page?
How can you send an email message from an asp.net web page?
What is the usage of DelegatingHandler?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?