lundi 30 mars 2015

asp.net or input type checkbox

If I have an input checkbox:



<input id="Checkbox" type="checkbox" value='<%#Eval("MapID") %>' class="chk" runat="server"/>


and I want to convert it to an asp.net control



<asp:CheckBox runat="server" ID="Checkbox" class="chk"/>


what is equivalent to value in asp:checkBox?





Aucun commentaire:

Enregistrer un commentaire