≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
saving oTable rows (passing oTable rows to web service)
saving oTable rows (passing oTable rows to web service)
bmanlats
Posts: 1
Questions: 0
Answers: 0
November 2013
edited November 2013
in
General
What is the quickest way to pass all rows of a datatables (oTable) to webservice?
$.ajax({ type: "POST",
....
data:
and in C#
What data type?
[WebMethod] /
public string Save470Form()
This discussion has been closed.