Änderunge validierungen der login felder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user