Cognizant Interview Question

statemanagement in asp.net

Interview Answer

Anonymous

May 23, 2019

State management is a preserve state control and object in an application because ASP.NET web applications are stateless. A new instance of the Web page class is created each time the page is posted to the server

1