Server Side Scripting input

Server Side Scripting input

romepatelromepatel Posts: 3Questions: 0Answers: 0
edited March 2010 in General
Hi,

I am using server side scripting ,
It works fine, but when i am trying to put an input box from the sever side page, it just strucks , and displays processing ......, however the ajax call is working fine..., but unable to generate the table....

Please Help Me Out.......
Thanks in Advance
Rome

Replies

  • pktmpktm Posts: 27Questions: 0Answers: 0
    Hi Rome,

    what do you mean by "put an input box from server side page"? Do you intend to dissplay an input box inside the table? Will the markup for that input () be generated at the server-side? Or will it be added using some callback function of datatables?

    Maybe you want to display some code, so we can help you somehwhat more.

    Do you try to use FireFox + FireBug to look into the data that is actually returned by your server side script? Is it valid data? You can do a quick check on that here: http://www.jsonlint.com/

    hth, Alex
This discussion has been closed.