博客
关于我
gridview删除 asp.net
阅读量:138 次
发布时间:2019-02-27

本文共 221 字,大约阅读时间需要 1 分钟。

用的是deleting不是deleted

 protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e)

    {
        
        string sqlDeleteCSR = " delete from QC_CSR  " +
       "    where wjzh ='" +
       this.GridView1.Rows[e.RowIndex].Cells[1].Text + "'  ";

转载地址:http://vofd.baihongyu.com/

你可能感兴趣的文章
MySQL优化配置详解
查看>>
Mysql优化高级篇(全)
查看>>
mysql会员求积分_MySql-统计所有会员的最高前10次的积分和
查看>>
mysql会对联合索性排序优化_MySQL索引优化实战
查看>>
MySQL作为服务端的配置过程与实际案例
查看>>
Mysql使用命令行备份数据
查看>>
MySQL保姆级教程(SQL语法基础篇)从小白到高手的进阶指南,收藏这一篇就够了
查看>>