当前位置: 代码迷 >> .NET组件控件 >> radiobuttonlist后加图片
  详细解决方案

radiobuttonlist后加图片

热度:2656   发布时间:2013-02-25 00:00:00.0
radiobuttonlist后添图片
如何在radiobuttonlist的每个项后显示图片?

求帮助~
------最佳解决方案--------------------------------------------------------
本帖最后由 net_lover 于 2011-12-03 20:24:17 编辑 <asp:RadioButtonList ID="RadioButtonList1" runat="server">
  <asp:ListItem Value="http://dotnet.aspx.cc/Images/meng.gif" Text="<img src='http://dotnet.aspx.cc/Images/meng.gif' >"/>
  </asp:RadioButtonList>