Multiple choice technology platforms and products

A) Input controls can maintain their contents and selection from one round-trip to another. B) Display controls can maintain their state from one round-trip to another.

  1. Option A is correct

  2. Option B is correct

  3. Both A and B are correct

  4. Both A and B are incorrect

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Both input controls (like textboxes) and display controls (like labels) can maintain their state across postbacks through mechanisms like ViewState in ASP.NET. This state management preserves user input and display values between round-trips to the server.