This blog entry helps you to get response from any URL through HTTPRequest.
Here i wrote a function which is taking URL as parameter and gets response from that URL. Check it out...
private void CallHttpWebRequest(string URL){
string sAddress = URL;