Hi All,
I want to enable my text box to enter values in it, if the check box is checked..
If the check box is not checked , Then it should not allow the text box to enter values...
I have tried like this,
if(checkbox1.checked==true)
textbox1.enabled=true;
By default checkbox checked is false and text enabled is false..
But it is not working in my coding......
Anyone knows wat m doing wrong, tell me..
Thanks in advance