D
dancer
I have 2 check boxes as following:
<td align= "left">
<font face="Verdana" Size="2">Employee <asp:CheckBox id=Check5
runat="server" />
<br>
Non-employee <asp:CheckBox id="Check6" runat="server" />
I need to make a variable "employeeornon" that I could say if check5 is
checked, then employeeornon = "employee" and write "employee".
else if check6 is checked, then employeeornon = "non-employee" and write
"non-employee'.
Can you point me in the right direction?
<td align= "left">
<font face="Verdana" Size="2">Employee <asp:CheckBox id=Check5
runat="server" />
<br>
Non-employee <asp:CheckBox id="Check6" runat="server" />
I need to make a variable "employeeornon" that I could say if check5 is
checked, then employeeornon = "employee" and write "employee".
else if check6 is checked, then employeeornon = "non-employee" and write
"non-employee'.
Can you point me in the right direction?