classic asp with DataTables 1.10+ not working
classic asp with DataTables 1.10+ not working
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
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
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