ActivEarth.Account.ChangePassword.BtnCancelClick C# (CSharp) 메소드

BtnCancelClick() 보호된 메소드

Cancel Button click
protected BtnCancelClick ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e System.EventArgs The event arguments.
리턴 void
        protected void BtnCancelClick(object sender, EventArgs e)
        {
            Response.Redirect("~/Account/Profile.aspx");
        }