1 System.Net.WebClient webClient = new System.Net.WebClient(); 2 string strSource = webClient.DownloadString(URL); 3 webClient.Dispose(); 4 return strSource;
I have been reading about urlloader and urlrequest but not able to put anything together yet.

New Topic/Question
Reply


MultiQuote



|