Multiple choice technology web technology

Which of the following server controls are newly added to ASP.NET 2.0?

  1. Image Server control

  2. ImageMap server control

  3. CheckBox server control

  4. CheckBoxList server control

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

The ImageMap server control was newly introduced in ASP.NET 2.0, allowing developers to create clickable regions (hotspots) on an image. Image control, CheckBox, and CheckBoxList all existed in ASP.NET 1.x and are not newly added controls.