Änderungen Seite Invoices aspx Logik
This commit is contained in:
@@ -105,6 +105,7 @@ Partial Class CustomsAviso
|
||||
Else
|
||||
regexval_txt_Absender.Enabled = True
|
||||
End If
|
||||
'Mobile
|
||||
If String.IsNullOrEmpty(txt_LKWNr_M.Text) Then
|
||||
regexval_txt_LKWNr_M.Enabled = False
|
||||
Else
|
||||
@@ -128,13 +129,6 @@ Partial Class CustomsAviso
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Protected Sub LogOutBtn1_Click(sender As Object, e As EventArgs)
|
||||
Response.Redirect("../login/Logout.aspx", True)
|
||||
End Sub
|
||||
Protected Sub LogOutBtn2_Click(sender As Object, e As EventArgs)
|
||||
Response.Redirect("../login/Logout.aspx", True)
|
||||
End Sub
|
||||
|
||||
Protected Sub initcells(tr As TableRow, t1 As TableCell, t2 As TableCell, t3 As TableCell, t4 As TableCell, t5 As TableCell, t6 As TableCell, t7 As TableCell, t8 As TableCell, th1 As TableHeaderCell, th2 As TableHeaderCell, th3 As TableHeaderCell, th4 As TableHeaderCell, th5 As TableHeaderCell, th6 As TableHeaderCell, th7 As TableHeaderCell, th8 As TableHeaderCell)
|
||||
Dim white As Drawing.Color = Drawing.Color.White
|
||||
Dim schwarz As Drawing.Color = Drawing.Color.Black
|
||||
|
||||
Reference in New Issue
Block a user