A Web Form has 2 radio buttons (of the same group) & a ListBox. When the page loads for the 1st time, the 1st radio button is checked by default & the ListBox remains invisible. Only if the 2nd radio button is selected by a user, the ListBox becomes visible. I am hiding & unhiding the ListBox using JavaScript. Now I want to validate that if the 2nd radio button is selected, then at least one of the options in the ListBox should be selected by the user else show him an error message. How do I do this?
Thanks,
Arpan
Thanks,
Arpan