Implementierung FOrmbefüllung mit JSON OBjekten und getrennten Datenströmen

This commit is contained in:
ja
2022-01-27 16:49:28 +01:00
parent 36d9a25f13
commit 2dd3556c5e
29 changed files with 3932 additions and 3122 deletions

View File

@@ -100,9 +100,9 @@ Partial Class Customers_Default3
list.Add(strtempbestelltam)
list.Add(strtempLieferdatum)
list.Add(strtempVermerk)
list.Add(strtempArchivt)
listdetails.Add(list)
If String.Equals(strtempArchivt, "False") Then
listdetails.Add(list)
End If
Next
HttpContext.Current.Response.ContentType = "application/json"
@@ -142,8 +142,9 @@ Partial Class Customers_Default3
list_M.Add(strtempLieferdatum)
list_M.Add(strtempVermerk)
list_M.Add(strtempArchivt)
listdetails_M.Add(list_M)
If String.Equals(strtempArchivt, "False") Then
listdetails_M.Add(list_M)
End If
Next
HttpContext.Current.Response.ContentType = "application/json"