 |
c# - Basic Simple Asp.net + jQuery + JSON example - Stack Overflow
If you are using jQuery you could do it with a GET or POST. $.get ('', { dateParam: date, stringParam: 'teststring' }, function(data) { // your JSON is in data } ); $.post ('', { dateParam: date, stringParam ...
stackoverflow.com |
 |