Login System wurde eingebaut. Dazu wurden das neue Icon erstellt und eingebunden
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
|
||||
Partial Class Kundenbereich_Default
|
||||
Inherits System.Web.UI.Page
|
||||
Protected Sub LogOutBtn1_Click(sender As Object, e As EventArgs)
|
||||
|
||||
FormsAuthentication.SignOut()
|
||||
Session.Abandon()
|
||||
Response.Redirect("../newpageJulius_Sidebar.aspx", True)
|
||||
End Sub
|
||||
Protected Sub LogOutBtn2_Click(sender As Object, e As EventArgs)
|
||||
|
||||
FormsAuthentication.SignOut()
|
||||
Session.Abandon()
|
||||
Response.Redirect("../newpageJulius_Sidebar.aspx", True)
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user