classic asp with DataTables 1.10+ not working

classic asp with DataTables 1.10+ not working

leodmleodm Posts: 4Questions: 2Answers: 0

Hi!

I need to use server-side pagination so I end up with the examples page, but I realize that the asp classic example only work with datables old version so I began to look over the internet how make it work...

after several hours I realize that I need to parse JSON object that datable send in tubthe Request; I found this library to parse json https://github.com/rcdmk/aspJSON

but I can´t parse the request object... Is there any example with asp classic in version 1.10+ ? is there any way to function any way?? the only solution I have left is to use backward compatibility its ok?

Thnks in advance!
LDM

Answers

  • allanallan Posts: 61,795Questions: 1Answers: 10,115 Site admin

    the only solution I have left is to use backward compatibility its ok?

    You could update the ASP code to work with the new parameters. I'm afraid I don't use Classic ASP myself so I can't really help with that aspect. You'd be best posting in an ASP forum and asking how to access the POST parameters.

    Regards,
    Allan

  • leodmleodm Posts: 4Questions: 2Answers: 0

    Allan! thnks for your response.

    I think I found someone who could trick asp to read json request.

    http://andrewpallant.com/wordpress/tricking-out-classic-asp-with-json/

    I that not work, I try to use the backward compability

    tnhks!
    LDM

This discussion has been closed.