Multiple choice

Following is the first view code of ASP.NET program section: MultiView1.ActiveViewIndex = 0; What should be the code for fifteenth view?

  1. MultiView15.ActiveViewIndex = 0;

  2. MultiView14.ActiveViewIndex = 0;

  3. MultiView15.ActiveViewIndex = 14;

  4. MultiView15.ActiveViewIndex = 15;

  5. MultiView0.ActiveViewIndex =15;

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

This is the correct way of writting code for fifteenth view.