protected void Button9_Click(object sender, EventArgs e) { objBEL = new NonTeacherBEL(); objBEL.password = TextBox11.Text; objDAL = new EditProfile(); objDAL.EditNonTeacherPassword(TextBox11.Text, objBEL); }