hi thanks for your comments.
i specifically need the text to goto the left, and the image to the right.
is this going to be possible with a standard radio button
thanks
Main Topics
Browse All Topicshi i am using asp.net 2.0 c#
I need to create a radio button list with some extra features. I want a vertical list, to the right of each radio button i want to show an image button (which i will put a "?" help icon on). to the left of each button i add to the list i want to display a label.
can anyone point me in the right direction, im thinking maybe a custom server control - but havent done one before.
thanks very much
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: CsharpPosted on 2009-10-19 at 08:07:51ID: 25605839
1. This code will give you idea about creating a list on right side of radio button.
2. To attach a question mark with radio button as help. Follow these steps:
a) Use an image control and assign background image to it.
b) to attach text with image control use tool tip property of control..
c)Or if you can want separate small page to show more information, use window pop up and it will open new window with the information you want to show to user.
Select allOpen in new window