ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: omerix on October 25, 2017, 02:15:08 pm
-
Hello,
Is there anyone who can do this with classic asp? I can pay.
https://paramquery.com/pro/demos/editing_batch
-
I solved.
1) https://raw.githubusercontent.com/nagaozen/asp-xtreme-evolution/master/lib/axe/classes/Parsers/json2.asp
2)
For Each updateList In JsonParse.JsonString.Get("updateList")
Response.Write ID=updateList.Get("ID")
Next