Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > radiobutton list

Reply
Thread Tools

radiobutton list

 
 
Vikas Kumar
Guest
Posts: n/a
 
      08-18-2006
Hi Guys,
Can I hav image with radiobuttonlist control instead of text....?
Pls help me in this concern...


 
Reply With Quote
 
 
 
 
Bruno Alexandre
Guest
Posts: n/a
 
      08-18-2006
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

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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RadioButton List need help. deepsanj ASP .Net 0 10-10-2006 04:00 AM
Radiobutton list from a table Net Developer ASP .Net Web Controls 0 06-07-2005 09:04 PM
Re: RadioButton List Problem Joe Fallon ASP .Net 0 09-10-2004 04:28 AM
Re: RadioButton List Problem Karl ASP .Net 0 09-09-2004 05:04 PM
RadioButton List Appearance Joe Fallon ASP .Net 0 08-02-2004 10:56 PM



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