Request("iDisplayLength").ToString is null

Request("iDisplayLength").ToString is null

SroglerSrogler Posts: 3Questions: 0Answers: 0
edited August 2010 in General
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.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    So it works with a local SQL server, but not a remote one?! That sounds very odd! If you open Firebug in Firefox, does iDisplayLength get sent correctly?

    What won't work is a remote domain request for the server-side data from DataTables. Browsers will block that as XSS attack.

    Allan
This discussion has been closed.