会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
@SkySea
博客园
首页
新随笔
联系
订阅
管理
2012年4月10日
repeater控件的删除按钮的显示(可单独操作repeater的某一绑定项)
摘要: 1 <asp:Repeater ID="repComment" runat="server" 2 onitemdatabound="repComment_ItemDataBound"> 3 <ItemTemplate> 4 <div class="replay"> 5 <p class="con"> 6 <%#Eval("content") %> 7 </p> 8 <p class="re
阅读全文
posted @ 2012-04-10 12:48 VincentZhu
阅读(483)
评论(2)
推荐(0)
编辑