当前位置: 代码迷 >> ASP.NET >> asp.net里的哪个控件输出<li>标签,该怎么处理
  详细解决方案

asp.net里的哪个控件输出<li>标签,该怎么处理

热度:9000   发布时间:2013-02-25 00:00:00.0
asp.net里的哪个控件输出<li>标签
RT

------解决方案--------------------------------------------------------
<asp:BulletedList runat=server ID=Bull1>
<asp:ListItem>Rsponse li here</asp:ListItem>
</asp:BulletedList>
  相关解决方案