asp.net에서 RadioButtonList 옵션의 간격을 조정하는 방법
lt; asp: RadioButtonList ID="RadioButtonList1" runat="server" Width="22px"
CellPadding="10" CellSpacing="10" RepeatDirection="Horizontal"gt ;
lt;asp:ListItemgt;lt;/asp:ListItemgt;
lt;asp:ListItemgt;lt;/asp:ListItemgt
lt; /asp: RadioButtonListgt;
다음 두 속성 값의 크기에 따라 제어됨
CellPadding="10" CellSpacing="10"