how to put enent on radio button
-
Hi Every one i am developing one web application in my application there is a job application form in this form i am using two radio button i named as text=Yes and text=No if any user select radio button Yes then he will get some text box beside to radio button or some where else if he select radio button NO then that text box should be disable i mean i need to hide that text box how can i do this please help me i am in trouble thanks to every hint
-
Hi Every one i am developing one web application in my application there is a job application form in this form i am using two radio button i named as text=Yes and text=No if any user select radio button Yes then he will get some text box beside to radio button or some where else if he select radio button NO then that text box should be disable i mean i need to hide that text box how can i do this please help me i am in trouble thanks to every hint
Use
Div
Control. PutTextBoxes
inside theDiv
.Hide/Un-Hide
Div On Radio Button Selection Change.cheers, Abhijit CodeProject MVP
-
Hi Every one i am developing one web application in my application there is a job application form in this form i am using two radio button i named as text=Yes and text=No if any user select radio button Yes then he will get some text box beside to radio button or some where else if he select radio button NO then that text box should be disable i mean i need to hide that text box how can i do this please help me i am in trouble thanks to every hint
use div when someone check the radio button,hide or show the div by javascript