我需要在列表项之间添加一些文本,但我还没有看到这样做的方法。我已经研究过在项目之间添加空格,但我不知道如何在列表项之间添加文本。
<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>