What is the correct syntax to create ASP.NET CheckBox control?

66. What is the correct syntax to create ASP.NET CheckBox control?

  1. <asp:CB ID="CB1" runat="server" Text="BCA"/>
  2. <asp:Check-Box ID="CB1" runat="server" Text="BCA"/>
  3. <asp_net:CheckBox ID="CB1" runat="server" Text="BCA"/>
  4. <asp:CheckBox ID="CB1" runat="server" Text="BCA"/>

Answer: D) <asp:CheckBox ID="CB1" runat="server" Text="BCA"/>

Explanation:

The 4th syntax is correct to create an ASP.NET Calendar control.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.