×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

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.