What is difference between asp state management and asp.net state management?



What is difference between asp state management and asp.net state management?..

Answer / Pande Rajkumar Ayugyanarayan

ASP state management refers to the way state was managed in classic ASP, which primarily relied on cookies or hidden form fields for maintaining state across multiple requests. ASP.NET provides a more robust state management model using ViewState, Session, Application, and Cache.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the different method of navigation in asp.net?

1 Answers  


A Web Service Can Only Be Written In .net. Is it True??

1 Answers   Siebel Systems,


What is the difference between c# and .net?

1 Answers  


How many web config files can be created for an application?

1 Answers  


How long does an http session last?

1 Answers  


Explain MVC model binders?

1 Answers   B-Ways TecnoSoft,


What r the page life cycle in asp.net page?

6 Answers  


One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

3 Answers   HCL,


What’s difference between “optimistic” and “pessimistic” locking?

1 Answers  


how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?

0 Answers   IBM,


What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0

11 Answers   Bosch, IntraLogic,


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

1 Answers   Siebel,


Categories