Which of these methods does not help in preserving state?

Choose the correct answer

Explanation

The request object does not maintain state information between client and server. In contrast, hidden fields, ViewState, cookies, and session variables are commonly used techniques to preserve state in web applications.

Which of these methods does not help in preserving s… — ASP.net | PakQuizHub