Änderung der Validation methoden

This commit is contained in:
ja
2021-10-18 13:45:29 +02:00
parent f79e1b5f3d
commit 818e7a8ca2
4 changed files with 203 additions and 204 deletions

View File

@@ -5,9 +5,7 @@ Partial Class login_FLEX
Inherits System.Web.UI.Page
Protected Sub Page_Load(sender As Object, e As EventArgs)
If Not Page.IsPostBack Then
Page.Validate()
End If
End Sub
Protected Sub ValidateUser(sender As Object, e As EventArgs)
Dim userId As Integer = 0
@@ -62,6 +60,7 @@ Partial Class login_FLEX
End Sub
Protected Sub LoginButton_Click(sender As Object, e As EventArgs)
End Sub
Protected Sub LoginButton_M_Click(sender As Object, e As EventArgs)
End Sub
End Class