Which of the following methods are used to handle state management in an ASP.Net application?

Choose the correct answer

Explanation

State management in ASP.Net can be achieved through Application objects, Session objects, and ViewState. Therefore, all these options represent valid ways to manage state.

Which of the following methods are used to handle st… — ASP.net | PakQuizHub