Server side processing with vbscript
Server side processing with vbscript
alreadygone
Posts: 4Questions: 0Answers: 0
Hi everyone.
I am using datatables in classic asp. I would like to use server side processing for loading the table with data. I found this link and http://www.datatables.net/development/server-side/asp_classic and I change only the names, the queries and the connection to the db. Data is being loaded ok, but when I click to the last page of data I am receiving a message proccessing until forever. After that if I try to reload the page I am receiving an error
"A trappable error (C0000005) occurred in an external object ajax" .
Search is working ok.Also I select to show me all the results (which are less tha 100) the data are loaded ok.
Could you please help me?
Thanks
I am using datatables in classic asp. I would like to use server side processing for loading the table with data. I found this link and http://www.datatables.net/development/server-side/asp_classic and I change only the names, the queries and the connection to the db. Data is being loaded ok, but when I click to the last page of data I am receiving a message proccessing until forever. After that if I try to reload the page I am receiving an error
"A trappable error (C0000005) occurred in an external object ajax" .
Search is working ok.Also I select to show me all the results (which are less tha 100) the data are loaded ok.
Could you please help me?
Thanks
This discussion has been closed.
Replies
Thanks
If you do need to make any changes to the script, any feedback on what needs to be fixed in it would be helpful so others can also benefit from it.
Allan
I managed to make it work (I can uploaded it to a later point). But now I am having problems with Json. I have (buttons, href,redirection with js) single quotes, double quotes and even a dropdown list in the tables. This was really easy when I was working with html tables and datatables.
Is there any option that I can I use again tables instead of Json with server side processing?
Thanks