Author Topic: Classic asp  (Read 1752 times)

omerix

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 147
    • View Profile
Classic asp
« 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

omerix

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 147
    • View Profile
Re: Classic asp
« Reply #1 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