Änderungen Implementierung Fehlernummern-System in jeder Seite

This commit is contained in:
ja
2021-11-17 13:19:35 +01:00
parent 2d4c767460
commit 22e7360f80
21 changed files with 110 additions and 4 deletions

View File

@@ -6,6 +6,14 @@ Partial Class login_CreateUser
If User.Identity.IsAuthenticated = False Then
FormsAuthentication.RedirectToLoginPage()
End If
If IsPostBack = True Then
Page.MaintainScrollPositionOnPostBack = True
VERAG_VARIABLES.initerrorcount()
Else
MaintainScrollPositionOnPostBack = False
VERAG_VARIABLES.initerrorcount()
End If
End Sub
Protected Sub LinkButton1_Click(sender As Object, e As EventArgs)