mercredi 22 juillet 2015

Asp.net C# - checkbox control won't stay true after code-behind runs

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