ExecuteNonQuery 要求已打开且可用的连接。连接的当前状态为已关闭。
protectedvoidlbtnDelete_Command(objectsender,CommandEventArgse){if(Session["admin"]!=...
protected void lbtnDelete_Command(object sender, CommandEventArgs e)
{
if(Session["admin"]!=null)
{
string userID = e.CommandArgument.ToString();
SqlCommand cmd = new SqlCommand();
cmd.Connection = DB.getConnection();
cmd.CommandText = "delete from guest where ID='"+userID+"'";
if (cmd.ExecuteNonQuery() > 0)
{
Response.Write("<script>alert('删除成功!');window.location=window.location;</script>");
}
else
{
Response.Write("<script>alert('删除失败!');window.location=window.location;</script>");
}
}
运行时出现“ExecuteNonQuery 要求已打开且可用的连接。连接的当前状态为已关闭。”这样的错误,是怎么回事呢 代码要怎么写啊,请各位帮我看看,谢谢! 展开
{
if(Session["admin"]!=null)
{
string userID = e.CommandArgument.ToString();
SqlCommand cmd = new SqlCommand();
cmd.Connection = DB.getConnection();
cmd.CommandText = "delete from guest where ID='"+userID+"'";
if (cmd.ExecuteNonQuery() > 0)
{
Response.Write("<script>alert('删除成功!');window.location=window.location;</script>");
}
else
{
Response.Write("<script>alert('删除失败!');window.location=window.location;</script>");
}
}
运行时出现“ExecuteNonQuery 要求已打开且可用的连接。连接的当前状态为已关闭。”这样的错误,是怎么回事呢 代码要怎么写啊,请各位帮我看看,谢谢! 展开
1个回答
启帆信息
2024-11-19 广告
2024-11-19 广告
启帆信息是英伟达中国区代理商,原厂授权代理,提供全面的软件技术解决方案以及NVIDIA以太网产品、交换机等产品,欢迎前来咨询!...
点击进入详情页
本回答由启帆信息提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询