What is state management in asp.net and define Client-side
state management and Server-side state management?

Answers were Sorted based on User's Feedback



What is state management in asp.net and define Client-side state management and Server-side state ..

Answer / swathi

In the previous posts in this series I introduced the client
side state
management and one of its techniques - the ViewState.
Today I'm going to drill down into the hidden fields technique.
As mentioned in the previous post, the ViewState stores its
state in a hidden field.

Is This Answer Correct ?    0 Yes 1 No

What is state management in asp.net and define Client-side state management and Server-side state ..

Answer / shine

client side statemanagement
1.cookie
2.viewstate
3.querry string
serverside statemanagement
1.session
2.apllication
3.database

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

what is view stat how it is use ?

2 Answers   Amazon,


Which class is used to send an email message from an ASP.NET Web page?

0 Answers   Sans Pareil IT Services,


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


What is autopostback in dropdownlist in asp net?

0 Answers  


Why is this service branded with windows livetm?

0 Answers  






Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


What is bound controls

0 Answers   MCN Solutions,


How to bind all the binding controls in a page at once in ASP.NET?

0 Answers   Viscus Infotech,


can we pass values from one page to another page without redirecting to that page?

6 Answers   Google, Patni, Syntel, Wipro,


what is use to destroy an object? illustrate.

2 Answers   Patni,


You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?

15 Answers   INDUS,


What is the difference between mechine.config and web.config?

0 Answers  


Categories