开发者

radiobuttonlist alignment

开发者 https://www.devze.com 2023-01-18 04:16 出处:网络
Does anyone know how to make a radiobuttonlist appears horizontally with text on the bottom, in ASP.Net?

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

      .            .              .
   Option 1     Option 2      Optio开发者_运维问答n 3


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

0

精彩评论

暂无评论...
验证码 换一张
取 消