ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: omerix on October 25, 2017, 02:15:08 pm

Title: Classic asp
Post 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
Title: Re: Classic asp
Post by: omerix on October 26, 2017, 03:23:05 am
I solved.
1) https://raw.githubusercontent.com/nagaozen/asp-xtreme-evolution/master/lib/axe/classes/Parsers/json2.asp
2)
Code: [Select]
For Each updateList In JsonParse.JsonString.Get("updateList")
Response.Write ID=updateList.Get("ID")
Next