howto use requiredfieldvalidator on a radiobuttongroup...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've 2 radio buttons (Yes and No) in a radiobuttongroup grpQuestion.
I want to use the required fieldvalidator to check if Yes or No is checked.

How can this be done?
 
Hi jan,
just give the controlToValidate property =<RadiobuttonListName> as
usual.

it shall validate as usual.
 
Solved!

I added 2 radiobuttons (with groupname set to Question) instead of a
radiobuttonlist control...

Thanks!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top