Moderate

We can manage states in asp.net application using_______________?

Correct answer: D. All of the above

  • A. Session Objects
  • B. Application Objects
  • C. Viewstate
  • D. All of the above

Explanation

ASP.NET state can be maintained at different scopes: Session stores data for an individual user, Application stores shared application-wide data, and ViewState preserves page and control state across postbacks. Therefore all three mechanisms apply.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions