Änderungen Implementierung Fehlernummern-System in jeder Seite
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user