2
Answers

Unable To get the html Of the Page ????

zain abbas

zain abbas

11y
793
1
  HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create("http://u-handbag.typepad.com/uhandblog/2013/11/choosing-bag-fabrics.html#comment-6a00d8341c574653ef019b022fc96f970d");
                    StreamReader reader = new StreamReader(req.GetResponse().GetResponseStream());
                    htl = reader.ReadToEnd();
Answers (2)
0
zain abbas

zain abbas

NA 62 15.4k 11y
My Page Cannot Get the Comments Section of the Url ..I think Comments Section Comes from ajax ..is any way to get the comments section pleae tell me
0
Jaganathan Bantheswaran

Jaganathan Bantheswaran

NA 21.9k 2.2m 11y
Hi,

What is the Error here?