Verbesserungen Bugs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user