I have a web service which is returning me a list [better say a table with 5 columns and could be n number of rows.]
How can I get the data from the web service by jQuery and show it in the table structure in UI.
- Input Parameter for web service: customer Id
- Output Parameter: ProductId, ProductName, ProductPrice, ProductURL, ProductAvailable
I am unable to find examples related to this functionality on internet.