Home All Groups Group Topic Archive Search About
Author
13 May 2005 2:37 PM
Patrice
I would like to create radiobuttons in a repeater. Unfortunately as the
repeater will make each radiobutton having a distinct name, they are not
considered as being part of the same group.

I also having other columns int the repeater (ie. I'm likely unable to use a
radibutton list in this case).

How could i do apart rolling up my own HTML code ?

Patrice

--

Author
13 May 2005 4:29 PM
Teemu Keiski
Hi,

there's a free control by Andy Smith /Metabuilders which you can use

GlobalRadioButton
http://www.metabuilders.com/Tools/GlobalRadioButton.aspx

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU

Show quoteHide quote
"Patrice" <nob***@nowhere.com> wrote in message
news:uV7PAl8VFHA.612@TK2MSFTNGP12.phx.gbl...
>I would like to create radiobuttons in a repeater. Unfortunately as the
> repeater will make each radiobutton having a distinct name, they are not
> considered as being part of the same group.
>
> I also having other columns int the repeater (ie. I'm likely unable to use
> a
> radibutton list in this case).
>
> How could i do apart rolling up my own HTML code ?
>
> Patrice
>
> --
>
>
>
Author
14 May 2005 7:35 AM
Fred Hirschfeld
Have you set the GroupName property?

Show quoteHide quote
"Patrice" <nob***@nowhere.com> wrote in message
news:uV7PAl8VFHA.612@TK2MSFTNGP12.phx.gbl...
>I would like to create radiobuttons in a repeater. Unfortunately as the
> repeater will make each radiobutton having a distinct name, they are not
> considered as being part of the same group.
>
> I also having other columns int the repeater (ie. I'm likely unable to use
> a
> radibutton list in this case).
>
> How could i do apart rolling up my own HTML code ?
>
> Patrice
>
> --
>
>
>
Author
17 May 2005 8:06 AM
Patrice
Yyes thet problme is that in a repeater the naiming container will make the
name different though it includes the groupname.*

I came accross replacement controls such as the one indicated by Teemu that
just ignore being in a nimaing container so that just the groupname is used
as a name...

Patrice

--

Show quoteHide quote
"Fred Hirschfeld" <a@b.c> a écrit dans le message de
news:OJQjzdFWFHA.2928@TK2MSFTNGP10.phx.gbl...
> Have you set the GroupName property?
>
> "Patrice" <nob***@nowhere.com> wrote in message
> news:uV7PAl8VFHA.612@TK2MSFTNGP12.phx.gbl...
> >I would like to create radiobuttons in a repeater. Unfortunately as the
> > repeater will make each radiobutton having a distinct name, they are not
> > considered as being part of the same group.
> >
> > I also having other columns int the repeater (ie. I'm likely unable to
use
> > a
> > radibutton list in this case).
> >
> > How could i do apart rolling up my own HTML code ?
> >
> > Patrice
> >
> > --
> >
> >
> >
>
>