How to show Radiolist button to select gender,only if salutation in the combobox is Dr./prof.
if selected salutation are mr./mrs/miss .radiolist should be hidden
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sibeesh VenuPosted Apr 13, 2015, 6:10 AM
Please accept and up vote if it helps you.
Kindest Regards
Sibeesh Venu
www.sibeeshpassion.com
Sibeesh VenuPosted Apr 13, 2015, 7:25 AM
sreepathy s prabhuPosted Apr 13, 2015, 6:39 AM
Ankur JainPosted Apr 13, 2015, 6:09 AM
have a look on attached demo,
here i have placed radio buttons inside a group box, group box consider controls as a group not an individual one, so it will not interfere in other controls action, and then i have used a single event for both radio buttons to get selected value on Checked Changed event...