I Have one Radio Button List With 2 options 1.yes 2.No
pesonal informaion Deatails Contains:1.First Name 2.LastName 3.Email 4.Mobilenumber(i am validating alltypes of validations using jquery)
But when i select yes option from radio button list above 4 text box are disabled but those four textboxes are visible.
i select No option from radio button list above 4 text box are Enabled.
enabled case only i validate, Disable case i Dont want To Validate
my problem is when i select radiobutton list option No--I need to Validate
Yes--I dont want to validate
Now validating Both Scenarios