示例#1
0
        protected void DoSignUp(object sender, EventArgs e)
        {
            utils.DbUtils db = new utils.DbUtils();
            db.addUser(username.Text, password.Text);

            Response.Redirect("Login.aspx");
        }