DataGrid控件

1.html模板


   
         
         
         
         
         
         
   
       
   

对于HyperLinkColumn,DataNavigateUrlField绑定的字段,DataNavigateUrlFormatString="ULwords.aspx?U_ID={0}">要链接的网页,{0}是绑定字段里的第一个参数。

对于删除按钮

protected void dgUsers_DeleteCommand(object source, DataGridCommandEventArgs e)
    {
        if (e.CommandName == "Delete")

          {}

}

请使用浏览器的分享功能分享到微信等