Änderungen Invoices

This commit is contained in:
ja
2021-11-03 15:36:54 +01:00
parent 33523ec7a3
commit 4923c6f304
5 changed files with 116 additions and 113 deletions

View File

@@ -8,7 +8,6 @@ Partial Class login_FLEX
Dim UserNaMe As String = String.Empty
Dim passw As String = String.Empty
Protected Sub Page_Load(sender As Object, e As EventArgs)
If Me.Page.User.Identity.IsAuthenticated Then
Response.Redirect("../Customers/Welcome.aspx", False)
@@ -54,7 +53,6 @@ Partial Class login_FLEX
Dim cb_M As CheckBox = Login2.FindControl("RememberMe_M")
If String.IsNullOrEmpty(tb.Text) = False AndAlso String.IsNullOrEmpty(tb_M.Text) = True Then
reqfieldvaluserID.Enabled = True
reqfieldvaluserID_M.Enabled = False