Ändrerungen Accordion klappt bei Postback immerr zu

This commit is contained in:
ja
2021-09-28 11:22:37 +02:00
parent 90920cd91c
commit b74f50adef
2 changed files with 18 additions and 3 deletions

View File

@@ -53,7 +53,6 @@ Partial Class Kundenbereich_Default
Dim darkblue = Drawing.Color.FromArgb(4, 51, 129)
tr.BackColor = white
If t1.Text = "" Then
t1.BackColor = white
t1.ForeColor = schwarz
@@ -433,7 +432,7 @@ Partial Class Kundenbereich_Default
If pickdate1.Text = "" Then
pickdate1.BorderColor = Drawing.Color.Red
Else
pickdate1.BorderStyle = 1
pickdate1.BorderStyle = BorderStyle.None
End If
End Sub
@@ -442,7 +441,7 @@ Partial Class Kundenbereich_Default
If pickdate2.Text = "" Then
pickdate2.Attributes.Add("Border", "2px solid red")
Else
pickdate2.Attributes.Add("Border", "None")
pickdate2.BorderStyle = BorderStyle.None
End If
End Sub