RadioButtonList::RepeatLayout Property
Gets or sets a value that specifies whether the list will be rendered by using a table element, a ul element, an ol element, or a span element.
Assembly: System.Web (in System.Web.dll)
public: virtual property RepeatLayout RepeatLayout { RepeatLayout get (); void set (RepeatLayout value); }
<asp:RadioButtonList RepeatLayout="RepeatLayout" />
Property Value
Type: System.Web.UI.WebControls::RepeatLayoutA value that specifies whether the list will be rendered by using a table element, a ul element, an ol element, or a span element. The default is Table.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The radio button layout is not one of the RepeatLayout values. |
For information about the available options, see the RepeatLayout enumeration.
Note |
|---|
Two options are new as of ASP.NET 4: OrderedList and UnorderedList. |
Some RepeatLayout settings do not allow horizontal layout. For more information, see the RepeatLayout enumeration.
The following code example demonstrates how to use the RepeatLayout property to display the items of a RadioButtonList control in a table.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note