Bearbeitung Invoices.aspx. codebehind file
This commit is contained in:
@@ -12,6 +12,7 @@ Partial Class Customers_Invoices
|
|||||||
Dim KDNAFNR As String = ""
|
Dim KDNAFNR As String = ""
|
||||||
Dim dt As List(Of VERAG_PROG_ALLGEMEIN.cRechnungsausgang)
|
Dim dt As List(Of VERAG_PROG_ALLGEMEIN.cRechnungsausgang)
|
||||||
Dim reNr As String = ""
|
Dim reNr As String = ""
|
||||||
|
|
||||||
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
||||||
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
|
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
|
||||||
DataBind()
|
DataBind()
|
||||||
@@ -270,11 +271,6 @@ Partial Class Customers_Invoices
|
|||||||
Protected Sub Send_Data_Click(sender As Object, e As EventArgs)
|
Protected Sub Send_Data_Click(sender As Object, e As EventArgs)
|
||||||
dt = Nothing
|
dt = Nothing
|
||||||
|
|
||||||
'Mobile
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
valreq_pickdate1.Validate()
|
valreq_pickdate1.Validate()
|
||||||
valreq_pickdate2.Validate()
|
valreq_pickdate2.Validate()
|
||||||
If valreq_pickdate1.IsValid AndAlso valreq_pickdate2.IsValid AndAlso Kdnrtext = Not "" Then
|
If valreq_pickdate1.IsValid AndAlso valreq_pickdate2.IsValid AndAlso Kdnrtext = Not "" Then
|
||||||
|
|||||||
Reference in New Issue
Block a user