Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Dynamic RadioButtons

Reply
Thread Tools

Dynamic RadioButtons

 
 
Lars | LKC-Net
Guest
Posts: n/a
 
      12-02-2006
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

 
Reply With Quote
 
 
 
 
Masudur
Guest
Posts: n/a
 
      12-02-2006

Lars | LKC-Net wrote:
> 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

 
Reply With Quote
 
 
 
 
Lars | LKC-Net
Guest
Posts: n/a
 
      12-11-2006

Hi Masudur,

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

But thanks anyway!

/Lars

Masudur skrev:
> Lars | LKC-Net wrote:
> > 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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamically add RadioButtons in Repeater =?Utf-8?B?Q2hyaXN0aWFhbiBOaWV1d2xhYXQ=?= ASP .Net 1 05-26-2005 11:50 AM
best way to process a group of radiobuttons? Carlos ASP .Net 0 02-18-2005 03:32 PM
Looping through dataset outputting HTML radiobuttons Robert H ASP .Net 0 12-04-2003 11:02 PM
RadioButtons & DataGrid RB ASP .Net 0 08-11-2003 04:29 PM
Radiobuttons and textbox with autopost Sean ASP .Net 1 08-06-2003 12:32 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57