Hi, i am working on application in WP7 , i would like to pass a list box as parameter to client_DownloadStringCompleted method.
My code looks like below ,
WebClient client = new WebClient();
client.DownloadStringCompleted += new DownloadStringCompletedEventHandler(client_DownloadStringCompleted);