blah blah blah is here! blah blah » Close

0
votes
1 answers

How to get URL addresses from notepad and.....?

Hi All, Concept: We already stored URLs in notepad(More than One URLs are used in notepad). We get URLs from notepad and check that URLs r working r not, if working means response is The corresponding URL is working else the correspondin ...

0
votes
4 answers

C#: PPC: File download.

Hi, i have a problem with the following WebClient Class [code] WebClient Client = new WebClient(); Client.DownloadFile("http://www.someurl.com/file.txt", "file.txt"); [/code] i've used the using System.Net; but i ...

1
votes
1 answers

Or comparision on strings.

I want to check whether a a person has entered "y" or "Y" on a console screen. I'm trying to use: string answer; do { Console.WriteLine("Please enter the actors name"); tempActorList.Add(Con ...

0
votes
0 answers

Error on saving second record in a c# form

I have a small application, i can save the first record, no issues, but i am continuing on the same form and enter the next record, gives me error "The transaction is either not associated with the current connection or has been comple ...

Feedback