Hi,
I am creating a page in asp.net that has a checkbox and a textbox. When the checkbox is checked I want the textbox to become active and show text. If the checkbox is unchecked, I would like the text box to become disabled and show no text.
Is this possible to do via javascript? I would like to handle it all client side.
Thanks,
JLC
I am creating a page in asp.net that has a checkbox and a textbox. When the checkbox is checked I want the textbox to become active and show text. If the checkbox is unchecked, I would like the text box to become disabled and show no text.
Is this possible to do via javascript? I would like to handle it all client side.
Thanks,
JLC
Comment