Front HTML
<asp:CheckBox ID="chkSend" runat="server" Text="Send?" />
In the code-behind after a different control runs Autopostback = true
this.chkSend.Checked = True;
When get back to the front end , the checkbox isn't checked. Any Ideas?
Aucun commentaire:
Enregistrer un commentaire