Login sowie Logout funktioniert
This commit is contained in:
@@ -19,6 +19,10 @@ Partial Class _Default
|
||||
'cookie2.Expires = DateTime.Now.AddYears(-1)
|
||||
'Response.Cookies.Add(cookie2)
|
||||
|
||||
Response.Redirect("login/Logout.aspx")
|
||||
End Sub
|
||||
|
||||
Protected Sub Unnamed_Load(sender As Object, e As EventArgs)
|
||||
Dim frm As HtmlIframe = sender
|
||||
frm.InnerText = "I frame is loading..."
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user