|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Repeater and RadioButtonI 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 -- Hi,
there's a free control by Andy Smith /Metabuilders which you can use GlobalRadioButton http://www.metabuilders.com/Tools/GlobalRadioButton.aspx -- Show quoteHide quoteTeemu Keiski ASP.NET MVP, AspInsider Finland, EU "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 > > -- > > > 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 > > -- > > > 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 > > > > -- > > > > > > > >
HELP!! Dynamically created webcontrol not accessible on postback
About CreateChildControls() Looking for an Autocomplete DropDownList looking for tab control / tabstrip in VS 2005 beta2 Multiple Label tags with same ID Datagrid ... is this the control from hell? What is .Net equivilent of Fieldset/Legend Datalist layout DropDownlist and sorting Loading html file into panel |
|||||||||||||||||||||||