Tagged Questions
1
vote
0answers
191 views
How to feed client-side AJAX script with an ASP.NET server side *DYNAMIC* .json and .xml file? [closed]
As I learned so far, client-side AJAX script can read a static .json or .xml file from server.
But I need to generate a .json or .xml file dynamically according to the user input at client-side. e.g. ...