阅读129 返回首页    go 阿里云 go 技术社区[云栖]


GridView中的链接按钮

 链接按钮:

 

编辑按钮:(对应笔头)
  <asp:HyperLinkField Text="<img src='../images/edit.gif' border='0' />" DataNavigateUrlFormatString="EditUser.aspx?UserName={0}" DataNavigateUrlFields="UserName" />

 

删除按钮:(对应垃圾桶)
  <asp:ButtonField CommandName="Delete" ButtonType="Image" ImageUrl="~/images/delete.gif" />

最后更新:2017-04-02 04:01:43

  上一篇:go 淘宝API代码c#实例
  下一篇:go 消息队列简记