Request("iDisplayLength").ToString is null
Request("iDisplayLength").ToString is null
Hi Forum, I have been working my way through the examples for 1.7 and even got the Table Tools add on to work. I have an issue that I hope others can help with. I change the db connection to a remote SQL db and i get an error that I can't figure out...Request("iDisplayLength").ToString is null.
Any help is appreciated.
Any help is appreciated.
This discussion has been closed.
Replies
What won't work is a remote domain request for the server-side data from DataTables. Browsers will block that as XSS attack.
Allan