Detailansicht fast fertig implementiert sodass Daten rüber können
This commit is contained in:
@@ -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)>
|
||||
|
||||
Reference in New Issue
Block a user