Webclient downloaddata() taking too much time and giving time out exception when we use it in foreach loop
<pre> WebClient web = new WebClient();
byt = web.DownloadData(new Uri(photopath));
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)