Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

aspx radiobutton control list in one line

Tags:

asp.net

http://www.codetoad.com/asp.net/aspnetcontrols11.asp

Is it possible to have radiobutton control list in one row. Now it is in 3 rows.

like image 662
senzacionale Avatar asked Dec 05 '22 00:12

senzacionale


1 Answers

You need to use the RepeatDirection and RepeatLayout properties of the RedioButtonList control.

There are several ways of getting the layout you want - I suggest reading the documentation of both properties in order to make an informed decision on which one is most suitable for your situation.

like image 102
Oded Avatar answered Dec 09 '22 16:12

Oded