<< Prev
2 of 2 in Topic
Posted in Community :
.Net Champions
|
|
Activity:
Question posted: 10 16 2008 12:55:10 +0000,
1 answers, 563 views, last activity
07 06 2010 20:18:08 +0000
|
|
1 Answers for "how i can display images in radio button list"
Prev1NextShowing 1 - 1 of 1
In aspx page you can achieve this with following source code:
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="112px" Width="145px"><asp:ListItem Text="<img src="Images/AddIcon.gif"/> Option1" Value="1"></asp:ListItem>
<asp:ListItem Text="<img src="Images/icon_cancel.gif"/> Option2" Value="2"></asp:ListItem>
<asp:ListItem Text="<img src="Images/icon_edit.gif"/> Option3" Value="3"></asp:ListItem>
<asp:ListItem Text="<img src="Images/icon_save.gif"/> Option4" Value="4"></asp:ListItem>
</asp:RadioButtonList>
Thanks
Veera
Prev1NextShowing 1 - 1 of 1
Found the question
"how i can display images in radio button list"
interesting?
Refer to your connections and communities

Leading recruitment Firm, Permanent Staffing, Temporary Staffing, Executive Search & Selection, and RPO
- Create a confidential Career Profile and Resume/C.V. online
- Get advice for planning their career and for marketing of experience and skills
- Maximize awareness of and access to the best career opportunities
Viewers also viewed
|
|
|
|
|
|
Unanswered Questions (63)
|
|
|
|
Sponsored Jobs
More From Author
collection of controls that can be used in different pages. |
in cache you can save a part of data that is frequently used,so that every time database connection is not required. |
how i can display images in radio button list |