ActivEarth.Account.EditProfile.CancelSaveUserProfile C# (CSharp) Method

CancelSaveUserProfile() protected method

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