1.html模板
对于HyperLinkColumn,DataNavigateUrlField绑定的字段,DataNavigateUrlFormatString="ULwords.aspx?U_ID={0}">要链接的网页,{0}是绑定字段里的第一个参数。
对于删除按钮
protected void dgUsers_DeleteCommand(object source, DataGridCommandEventArgs e)
{
if (e.CommandName == "Delete")
{}
}