asp:radiobuttonlist Question

S

Shapper

Hello,

I have an Asp:radiobuttonlist with its items and values.
I also have a button which when clicked runs the function Show_Results.

How can I access the value selected in my asp:radiobuttonlist?

Thanks,
Miguel
 
G

Guest

You can get the value and text as follows....

RadioButtonListName.SelectedItem.Value
RadioButtonListName.SelectedItem.Text
 

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