Textbox design

This commit is contained in:
ja
2021-10-18 10:31:46 +02:00
parent c116a0c345
commit 5c5515ca1d
4 changed files with 18 additions and 17 deletions

View File

@@ -62,13 +62,14 @@ Partial Class login_FLEX
End Sub
Protected Sub LoginButton_Click(sender As Object, e As EventArgs)
Validate()
Page.Validate()
End Sub
Protected Sub CustomerID_TextChanged(sender As Object, e As EventArgs)
End Sub
Protected Sub Username_M_TextChanged(sender As TextBox, e As EventArgs)
If sender.Text = "" Then
sender.Text = "ID"
End If