Implementierung FOrmbefüllung mit JSON OBjekten und getrennten Datenströmen
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user