Example #1
0
    protected void Button7_Click(object sender, EventArgs e)
    {
        objBEL        = new StudentBEL();
        objBEL.usernm = TextBox16.Text;
        objDAL        = new EditProfile();

        objDAL.EditStudUsername(TextBox17.Text, objBEL);
    }