Fixen des Accordion-Schließen Bug
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
Sub Page_Load() Handles Me.Load
|
||||
'Login-Validierung
|
||||
If Not Me.Page.User.Identity.IsAuthenticated Then
|
||||
Try
|
||||
FormsAuthentication.RedirectFromLoginPage(Me.Page.User.Identity.Name, True)
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
FormsAuthentication.RedirectToLoginPage()
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user