tags:

views:

24

answers:

1

Does anyone know how to make a radiobuttonlist appears horizontally with text on the bottom, in ASP.Net?

      .            .              .
   Option 1     Option 2      Option 3
A: 

Set the RepeatDirection attribute to Horizontal. This will only work if RepeatLayout is set to Table, which it is by default.

Kevin
what about setting the text down the buttom rather than next to the bullet point?