What is state management in asp.net with example?



What is state management in asp.net with example?..

Answer / Lalit Kumar Singh

State Management in ASP.NET involves preserving user-specific data over multiple requests. For example, using ViewState, a page's state can be saved automatically by ASP.NET to maintain user interaction across postbacks, like checking/unchecking checkboxes or editing text boxes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is viewstate? In which event of the page life cycle, is the viewstate available?

1 Answers  


How you will handle session when deploying application in more than a server?

1 Answers  


Which template must you provide, in order to display data in a Repeater control?

1 Answers  


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

1 Answers  


How to create a permanent cookie?

1 Answers   IBM,


Trigger syntax in sql2000

1 Answers   Wipro,


Can we handle the error and redirect to some pages using web.config?

2 Answers   BirlaSoft,


what are partial classes and their use?

1 Answers   Patni,


What does assemblyinfo.cs file consist of?

2 Answers   Accenture, HCL,


Define repository pattern in asp.net mvc? : asp.net mvc

1 Answers  


Can we set master page as a start page?

1 Answers  


What is shared and private assembly?

1 Answers   Accenture,


Categories