Änderunge validierungen der login felder

This commit is contained in:
ja
2021-10-07 11:26:11 +02:00
parent 4bcff2222e
commit 46f11a72eb
5 changed files with 58 additions and 36 deletions

View File

@@ -4,6 +4,9 @@ Imports System.Data
Partial Class login_login_TEST
Inherits System.Web.UI.Page
Dim CustomerIDTextBox As TextBox
Protected Sub Page_Load(sender As Object, e As EventArgs)
End Sub
Protected Sub ValidateUser(sender As Object, e As EventArgs)
Dim userId As Integer = 0
' cDBFunctions.GetNewOpenConnection()
@@ -58,4 +61,8 @@ Partial Class login_login_TEST
Protected Sub LoginButton_Click(sender As Object, e As EventArgs)
End Sub
Protected Sub CustomerID_TextChanged(sender As Object, e As EventArgs)
End Sub
End Class