Login sowie Logout funktioniert
This commit is contained in:
@@ -40,7 +40,7 @@ Partial Class login_login_TEST
|
||||
Case Else
|
||||
|
||||
Session.Add("test", Login1.UserName)
|
||||
CustomerIDTextBox = Login1.FindControl("CustomerID")
|
||||
CustomerIDTextBox = Login1.FindControl("CustomerID")
|
||||
Session.Add("CustomerID", CustomerIDTextBox.Text)
|
||||
|
||||
Session.Add("PW", Login1.Password)
|
||||
@@ -54,12 +54,6 @@ Partial Class login_login_TEST
|
||||
dr.Close()
|
||||
con.Close()
|
||||
End Using
|
||||
|
||||
End Using
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
Protected Sub LoginButton_Click(sender As Object, e As EventArgs)
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user