Have a radio button checked based on a selection of an item from a dropdown list
Hi,
I have a dropdown list and a group of radio buttons on my form.
I need that the appropriate radio button should get automatically checked based on the selection of an item from a dropdown list.
For example,
If Item 1 is selected than radiobtn1 should be checked and if Item 2 is selected than radioBtn2 should get checked.
