<asp:TextBox ID="cbTerm" runat="server" Text="Terminated" OnCheckBoxChanged="termChecked" />
Then of course the script:
<script type = "text/VB" runat="server"> Function termChecked() As Boolean If cbTerm.Checked = True Then txtTerm.Enabled=True Else txtTerm.Enabled=False End If End Function

New Topic/Question
Reply




MultiQuote




|