I am trying to get the seleted radioButton from a group of radio buttons.
The program is supposed to check on the search form for controls that match the selected radiobuttons. The radiobuttons are named AND and OR
For example
Field 1 :Customer No Search String: 123353
ANDradioButton ORradiobutton
Field 2 : LastName Search String2 : Cruz
If a person selects AND radio, the program must load the data put in the search text into a gridView like this::
Customer No: 123353
LastName: Cruz
If a person selects OR radio button, the program must load the data put in the search text into a gridView like this::
either of them will be viewed: can be the Customer No or the LastName..
Any suggestions on how i can go about doing this will be appreciated.