Multiple choice technology web technology

HiddenField server control are used because,

  1. Ideal for storing information

  2. Not visible to end-users

  3. Not interpreted by the browser

  4. All of the above

  5. None of the above

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

HiddenField controls are ideal for storing state information, are not visible to end-users on the rendered page, and are not interpreted or processed by the browser. All three characteristics make them useful for maintaining state across postbacks without exposing data.