L
Liu Xuesong
I want to add Attributes into CheckBox in .aspx page
<html>
<asp:CheckBox id="ChapterCheck" runat="server" />
</html>
How to add Attributes in <asp:CheckBox> ?
<html>
<asp:CheckBox id="ChapterCheck" runat="server" />
</html>
How to add Attributes in <asp:CheckBox> ?