Änderung Korrekturen der RequiredField Validatoren
This commit is contained in:
@@ -92,8 +92,8 @@ Partial Class login_FLEX
|
|||||||
regexusername_M.ErrorMessage = VERAG_VARIABLES.geterrornumb + "Username does not have any special characters in it."
|
regexusername_M.ErrorMessage = VERAG_VARIABLES.geterrornumb + "Username does not have any special characters in it."
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
VERAG_VARIABLES.seterrorcount(2)
|
|
||||||
reqfieldvaluserName.ErrorMessage = VERAG_VARIABLES.geterrornumb + "Username has to be given."
|
reqfieldvaluserName.ErrorMessage = String.Empty
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
If String.IsNullOrEmpty(tb2_M.Text) = False AndAlso String.IsNullOrEmpty(tb2.Text) = True Then
|
If String.IsNullOrEmpty(tb2_M.Text) = False AndAlso String.IsNullOrEmpty(tb2.Text) = True Then
|
||||||
@@ -127,7 +127,7 @@ Partial Class login_FLEX
|
|||||||
passw = tb3_M.Text
|
passw = tb3_M.Text
|
||||||
Else
|
Else
|
||||||
VERAG_VARIABLES.seterrorcount(4)
|
VERAG_VARIABLES.seterrorcount(4)
|
||||||
reqfieldvalpassw_M.ErrorMessage = VERAG_VARIABLES.geterrornumb + "Please insert your personal passowrd."
|
reqfieldvalpassw_M.ErrorMessage = String.Empty
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
' Dim constr As String = ConfigurationManager.ConnectionStrings("constr").ConnectionString
|
' Dim constr As String = ConfigurationManager.ConnectionStrings("constr").ConnectionString
|
||||||
|
|||||||
Reference in New Issue
Block a user