Home »
MCQs »
ASP.Net MCQs
Which method is used in ASP.Net to preserve page and control values between round trips?
41. Which method is used in ASP.Net to preserve page and control values between round trips?
- Restore
- Modeling
- View State
- Model Preserve
Answer: C) View State
Explanation:
The View State method is used to preserve page and control values between round trips in ASP.Net.