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

@@ -2,6 +2,7 @@
Partial Class Customers_Customers
Inherits System.Web.UI.MasterPage
Protected isPageRefresh As Boolean = False
Dim arr As String()
Protected Sub Page_Load(ByRef sender As Object, ByVal e As EventArgs)
If (Session.Item("CheckRefresh") = True) Then
Session.Item("CheckRefresh") = Nothing
@@ -19,5 +20,6 @@ Partial Class Customers_Customers
Response.Redirect("../login/Logout.aspx")
End Sub
End Class