nest radio button lists and postbacks
Hi all... I have a form with several search options that I have separated into radio button lists. For example, if one is checked, some should be disabled (but not all). The problem is, when a user searches using a radio button from one list and then wants to click on a radio button in a different radio button list, the first button is still checked. The only way that I can see to get around this is to either put a reset button on the form or to code for several radio buttons/button lists and that would mean doing postbacks. Can anyone see a better way?
|