Button veränderungen

This commit is contained in:
ja
2021-10-18 11:44:49 +02:00
parent 4090521421
commit f79e1b5f3d
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ Partial Class login_FLEX
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)
@@ -62,6 +62,6 @@ Partial Class login_FLEX
End Sub
Protected Sub LoginButton_Click(sender As Object, e As EventArgs)
Page.Validate()
End Sub
End Class