摘要:
这个是一个删除按钮事件,Repeater+CheckBox实现新闻系统里的新闻批量删除. 语法用的是delete from XX where id in (); 执行无错误 但是记录没删掉. protected void bt_del_Click(object sender, EventArgs e) { string sID=""; ... 阅读全文
摘要:
数据库UPDATE有问题,用第二个strSQL语句是正常的 第一个不提示错误 但是数据没有写到数据库中~~ string id = Request.QueryString["id"]; string content = tb1.Text.Replace("\r\n", ""); string user = tb2.Text; ... 阅读全文