Hi all,

    I have a newbie question.
    I'm getting a c# string in JSON format and I would like to pass it
to jQuery

    $.getJSON("jsondata.js", dataReady);

    However, the getJSON's first parameter takes a physical file, is
there anyway I can send string to the function instead of file?

    e.g.  $.getJSON(<%=jsonString%>, dataReady);

thx guys,
George

Reply via email to