Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - radiobutton list

 
Thread Tools Search this Thread
Old 08-18-2006, 08:33 AM   #1
Default radiobutton list


Hi Guys,
Can I hav image with radiobuttonlist control instead of text....?
Pls help me in this concern...




Vikas Kumar
  Reply With Quote
Old 08-18-2006, 09:14 AM   #2
Bruno Alexandre
 
Posts: n/a
Default Re: radiobutton list

why dont you have both?



Radion button (without any text) and and image on it's side?
on the radiobutton property set the GroupName equal to everyone

<asp:RadioButton ID="RadioButton1" runat="server" GroupName="A1"
/><asp:image runat="server" id="Image1" /><br />
<asp:RadioButton ID="RadioButton2" runat="server" GroupName="A1"
/><asp:image runat="server" id="Image2" /><br />
<asp:RadioButton ID="RadioButton3" runat="server" GroupName="A1"
/><asp:image runat="server" id="Image3" /><br />
<asp:RadioButton ID="RadioButton4" runat="server" GroupName="A1"
/><asp:image runat="server" id="Image4" /><br />
<asp:RadioButton ID="RadioButton5" runat="server" GroupName="A1"
/><asp:image runat="server" id="Image5" />


--

Bruno Alexandre
"a Portuguese in Københav, Danmark"



"Vikas Kumar" <> escreveu na mensagem
news:...
> Hi Guys,
> Can I hav image with radiobuttonlist control instead of text....?
> Pls help me in this concern...
>



  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump