当前上下文中不存在名称db 5

usingSystem;usingSystem.Collections;usingSystem.Configuration;usingSystem.Data;usingS... using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;

public partial class login : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
//this.txtName.Text = "admin";
//this.txtPwd.Text = "md666";
//保存默认当前投票选项ID
Session["id"] = db.getCid("select id from votemaster order by id asc");
}

protected void btnLogin_Click(object sender, EventArgs e)
{

string name = this.txtName.Text.ToString();
string pwd = this.txtPwd.Text.ToString();

if (db.isUser(name, pwd))
{
string qx = db.getValue("select qx from admin where name='" + name + "'and pwd='" + pwd + "'");
if (db.getQX(name, pwd) == "管理员")
{
Session["qx"] = "管理员";
Session["flag"] = "true"; //登录成功标志
this.hlkadmin.Visible = true;
this.hlkadmin.NavigateUrl = "voteadminManager.aspx";
this.labLogin.Text = "尊敬的管理员您好";
..........................
展开
 我来答
百度网友ce7f3ccb4
2015-07-06 · TA获得超过1950个赞
知道大有可为答主
回答量:2299
采纳率:0%
帮助的人:1910万
展开全部
你的db 是什么东西啊?我也没看到你定义db这个变量啊,所以
当前上下文中不存在名称db 这个错很正常啊!!因为你没有定义db,
目测,楼主复制的别人的代码吧?
追问
是啊,从网上找的,
追答
那你的好好看看别人的db是什么类型的数据,怎么定义的了!!光复制过来是没用的!!
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式