How to enable textbox in javascript on checking the checkbox?
Answers
Answered by
0
Attachments:
Answered by
24
Explanation:
When the CheckBox is clicked, the EnableDisableTextBox JavaScript function is executed. Inside this function, based on whether CheckBox is checked (selected) or unchecked (unselected), the TextBox is enabled or disabled by setting the disabled property to false or true respectively.
Similar questions