Detailansicht fast fertig implementiert sodass Daten rüber können

This commit is contained in:
ja
2022-01-18 16:56:53 +01:00
parent d9b82a59e7
commit c0c3859554
3 changed files with 2440 additions and 2297 deletions

View File

@@ -629,7 +629,6 @@ Partial Class LKWS
HttpContext.Current.Response.ContentType = "application/json"
Return New FormattedList(HttpContext.Current.Request("sEcho"), container.Count.ToString, container.Count.ToString, container)
End Function
<WebMethod>
@@ -860,7 +859,6 @@ Partial Class LKWS
HttpContext.Current.Response.ContentType = "application/json"
Return New FormattedList(HttpContext.Current.Request("sEcho"), listdetails.Count.ToString, listdetails.Count.ToString, listdetails)
End Function
<WebMethod>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json, UseHttpGet:=False)>