リスト項目の間にテキストを追加する必要がありますが、これを行う方法は見たことがありません。項目間にスペースを追加することを検討しましたが、リスト項目間にテキストを追加する方法がわかりません。
<asp:RadioButtonList ID="RadioButtonList1" runat="server" >
need to add text here
<asp:ListItem Value="10.00" Selected="True">this is item1</asp:ListItem>
need to add text here
<asp:ListItem Value="10.00">this is item2 </asp:ListItem>
need to add text here
<asp:ListItem Value="10.00"> this is item3 </asp:ListItem>
</asp:RadioButtonList>