Dynamic RadioButtons

  • Thread starter Thread starter Lars | LKC-Net
  • Start date Start date
L

Lars | LKC-Net

I have a dynamic web page, that handles a multiple choice test.

All the RadioButtons are dynamic.

When the user have filled out a page, and clicks Next, I have to
retrive the ID's from the RadioButtons that are selected.

I would be glad if anyone could help me with this problem.

Lars
 
Lars said:
I have a dynamic web page, that handles a multiple choice test.

All the RadioButtons are dynamic.

When the user have filled out a page, and clicks Next, I have to
retrive the ID's from the RadioButtons that are selected.

I would be glad if anyone could help me with this problem.

Lars

Hi,

If you are using radio button list of asp.net 2.0 then try

RadioButtonList1.SelectedItem

Thanks
Masudur
 
Hi Masudur,

I'm not using the RadioButtonList, so that dosn't work - unfortunally!!

But thanks anyway!

/Lars

Masudur skrev:
 

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