I want to add Attributes into CheckBox in .aspx page
<html>
<asp:CheckBox id="ChapterChec k" runat="server" />
</html>
How to add Attributes in <asp:CheckBox > ?
<html>
<asp:CheckBox id="ChapterChec k" runat="server" />
</html>
How to add Attributes in <asp:CheckBox > ?
Comment