Example #1
0
    protected void Button9_Click(object sender, EventArgs e)
    {
        objBEL      = new StudentBEL();
        objBEL.pass = TextBox11.Text;
        objDAL      = new EditProfile();

        objDAL.EditStudPassword(TextBox11.Text, objBEL);
    }