how do i get data amd bind to a table using web api
I need to get the json data using web api url and bind the response result to a table. Url has token. For example. Localhost/api/product/1234 and token is xx-token-name = "sometoken-value". Url will be send through a text box .