閱讀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 消息隊列簡記