Making controls visible using javascript
-
Hi I have a 2 radio buttons (not radio button list) and 1 label and 1 textbox in the page. On pageload, i made label visible and textbox invisible. when clicking the other radio button, on selected_index change i made the textbox visible and label invisible. But i want the same using javascript as i dont the postback to happen. Could somebody provide me the code for this. Thanks in advance Naina :)
-
Hi I have a 2 radio buttons (not radio button list) and 1 label and 1 textbox in the page. On pageload, i made label visible and textbox invisible. when clicking the other radio button, on selected_index change i made the textbox visible and label invisible. But i want the same using javascript as i dont the postback to happen. Could somebody provide me the code for this. Thanks in advance Naina :)
-