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