I am trying to get the source of webpage and here is MY URLhere is my code...\[code\]String url = txtURL.Text; string content; using (WebClient wc = new WebClient()) { content = wc.DownloadString(url); }\[/code\]Problem: I can't see file name in the load source. Can anyone please pin point the problemThanks