views:

23

answers:

0

Hey,

I need to perform a Get request to a URL that will take 2 parameters, which will return to me a JSON response based on those parameters.

The response will look like this {"status":"OK","url":"http://www.link.com","name":"Rathfarnham"}

Im Using ASP.NET 2, and wondering how to best

1) Perform the GET Request to the URL 2) Read the JSON response

Cheers