loSFSUserBO.us_PasswordPlainText = lcNewPassword loSFSUserBO.us_ConfirmPassword = lcNewPassword Try If loSFSUserBO.Save() = MicroFour.StrataFrame.Data.SaveUndoResult.Success Then Response.Redirect("~/PenSolutionOffice.aspx") Else Me.mmks_ShowNotification(Error_ChangePassword) End If Catch ex As Exception Me.mmks_ShowNotification(ex.InnerException.Message) End Try