Radiobutton

V

vinnie

I placed the following code into my page, but i get an error message,
why?

The code is:
if (this.RadioButtonContatto.Checked == "YES")

The error message is:
CS0117: 'System.Web.UI.WebControls.RadioButtonList' does not contain a
definition for 'Checked'

Where is the error? what else should i use for the radiobutton
selection changes?

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

Top