Änderungen

This commit is contained in:
ja
2021-10-29 08:32:02 +02:00
parent 8f13276c1a
commit 7df36dc972
3 changed files with 3 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ Partial Class Customers_Invoices
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
DataBind()
tbl_Header_row.TableSection = TableRowSection.TableHeader
If (Page.IsPostBack) Then
valreq_pickdate1.Validate()
valreq_pickdate2.Validate()
@@ -135,7 +134,6 @@ Partial Class Customers_Invoices
th8.ForeColor = white
End Sub
Protected Sub btn_resetForm_Click(sender As Object, e As EventArgs)
txt_Absender.Text = String.Empty