diff --git a/Customers/CustomerIndex.aspx.vb b/Customers/CustomerIndex.aspx.vb index 55ce019..cb1a8e9 100644 --- a/Customers/CustomerIndex.aspx.vb +++ b/Customers/CustomerIndex.aspx.vb @@ -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 diff --git a/Customers/Customers.master b/Customers/Customers.master index fea0d2b..11ede6b 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -335,8 +335,8 @@
- - +