How to retrieve the data by using Javascript/JQuery from WebService
Dear All,
my webservice will return List<string> with some data.
I need to retrieve that data by using Javascript/JQuery & i need to display that data into my HTML page.
Thanks in Advance,