saving oTable rows (passing oTable rows to web service)

saving oTable rows (passing oTable rows to web service)

bmanlatsbmanlats Posts: 1Questions: 0Answers: 0
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.