I want to get data from a url on asp.net. I need the data to be a string, which I can then use in other code.
http://example.com/service_name/videos/?category={0}&offset={1}&maxResult={2}
I need category offset and maxresult's number.
Can anyone help me?