I am working on updating a web pledge form that's written in asp.net and some jscript. I am having some problems trying to use radio buttons. Here's the jist of what I'm trying to do:
Radio Button Group (no default selected)
• Pledge
• NoPledge
If Radio Button Group = null (no selection is made)
Required Field Validator
“Please select a radiobutton”
Onclick “Pledge” radio button
Display a dropdownlist of gifts
If dropdownlist = “” (no selection is made)
Required Field Validator
“Please select a gift”
Onclick “NoPledge” radio button
Hide dropdownlist of gifts
Is it possible to get radio buttons to behave like this? I am new to VB.net and working very hard to meet a deadline.
Any help would be greatly appreciated.
Radio Button Group (no default selected)
• Pledge
• NoPledge
If Radio Button Group = null (no selection is made)
Required Field Validator
“Please select a radiobutton”
Onclick “Pledge” radio button
Display a dropdownlist of gifts
If dropdownlist = “” (no selection is made)
Required Field Validator
“Please select a gift”
Onclick “NoPledge” radio button
Hide dropdownlist of gifts
Is it possible to get radio buttons to behave like this? I am new to VB.net and working very hard to meet a deadline.
Any help would be greatly appreciated.