Änderungen an Validierung
This commit is contained in:
@@ -199,6 +199,7 @@ Partial Class Kundenbereich_Default
|
||||
th8.BackColor = darkblue
|
||||
th8.ForeColor = white
|
||||
End Sub
|
||||
|
||||
Protected Sub btn_Auftraege_Click(sender As Object, e As EventArgs)
|
||||
'MsgBox(Session.Item("test").ToString)
|
||||
'MsgBox(Session.Item("CustomerID").ToString)
|
||||
@@ -472,10 +473,10 @@ Partial Class Kundenbereich_Default
|
||||
Protected Sub pickdate1_TextChanged(sender As Object, e As EventArgs)
|
||||
valDateRange_1.Validate()
|
||||
End Sub
|
||||
|
||||
Protected Sub pickdate2_TextChanged(sender As Object, e As EventArgs)
|
||||
valDateRange_2.Validate()
|
||||
End Sub
|
||||
|
||||
Protected Sub valDateRange_1_ServerValidate(source As Object, args As ServerValidateEventArgs)
|
||||
Dim minDate As DateTime = DateTime.Parse("01.04.2001")
|
||||
Dim maxDate As DateTime = DateTime.Parse(DateTime.Now.ToShortDateString)
|
||||
|
||||
Reference in New Issue
Block a user