5 Topics

Member Avatar for
Member Avatar for zooferic

I am getting followed error while first time get report on different server afterwards i refresh web page again report appearing properly.What can be cause? *System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host …

0
166
Member Avatar for digital_ice7

how do i make my windows phone app to wait for webclient to finish before continuing? # TextBlock.Text = originalFeed.Count.ToString(); # this part of the program should returned the total rss feed downloaded from the rss links but it is returning 0 instead eventho there are rss feeds. using Microsoft.Phone.Controls; …

0
162
Member Avatar for pmark019

Here is my code. unametxt = textBlock1.Text; passtxt = textBlock2.Text; WebClient webClient = new WebClient(); webClient.BaseAddress = "http://students.usls.edu.ph"; webClient.Credentials = new NetworkCredential(unametxt, passtxt); webClient.DownloadStringCompleted += new DownloadStringCompletedEventHandler(client_DownloadStringCompleted); webClient.DownloadStringAsync(new Uri("http://students.usls.edu.ph")); After connecting, the source code is downloaded and saved to a string variable. public void client_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e) { data …

Member Avatar for pritaeas
0
483
Member Avatar for buynsell

After bunch of searching on google I end up with posting new thread for help, I am trying to login to youtube using webRequest/Response but no success, it is returning source code which tells that "Your browser cookies disabled ..." etc. Attaching my code and can someone tell me the …

0
130
Member Avatar for 8mir

I have this code : for downloading image from the web [CODE]PictureBox1.ImageLocation =""[/CODE] and i want to add Progress Bar if start download the image start the Progress Bar and when finished the download Progress Bar =100

Member Avatar for 8mir
0
1K

The End.