asp.net radio button display

Asked By Ashok Kumar
06-Sep-10 05:33 AM
Earn up to 0 extra points for answering this tough question.
Hi all
iam new to Asp.net
iam trying to run a registration form
which contains radiobuttonlist
my radio button list contains several items inside,,so it occupies lots of space in my form...by default it displays my items vertically!
i need to display my items "Horizantally"
is there any property to make my radiobuttonlist to display horizantally??? should i change any property in my design page
please help!

Thanks in Adv

Ashok

  re: asp.net radio button display

harsh shah replied to Ashok Kumar
06-Sep-10 05:39 AM
Hi,

set below property

RepeatColumns="4"
RepeatDirection="Horizontal"

Regards,

Harsh Shah
Create New Account