Verbesserungen Bugs

This commit is contained in:
ja
2021-12-02 15:56:33 +01:00
parent 6c2064cf3b
commit b766107d7e
4 changed files with 9 additions and 7 deletions

View File

@@ -13,7 +13,6 @@ Partial Class ForgotPW
Dim ConnectionString As String = String.Empty
Dim salt As String = String.Empty
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load
If Page.IsPostBack = True Then
Page.MaintainScrollPositionOnPostBack = True
VERAG_VARIABLES.initerrorcount()
@@ -21,7 +20,6 @@ Partial Class ForgotPW
Page.MaintainScrollPositionOnPostBack = False
VERAG_VARIABLES.initerrorcount()
End If
End Sub
Protected Sub btn_Back_Click(sender As Object, e As EventArgs)
Response.Redirect("login_FLEX.aspx")