protected void gv_RowDataBound(object sender, GridViewRowEventArgs e)
    {
        e.Row.Cells[2].Attributes.Add("onclick", "return confirm('确定删除吗?');");
    }

相关文章: