Download the CSV file to my choosing path
I have a WebBrowser control that is automatically logging me into a website and attempting to download CSV file automatically.
Everything is working fine, except, when it tries to download the CSV file, it is popping up a dialog box, asking if I want to save the file or open it.
So now i want to do is automatically(without popup) download the CSV file to my choosing path...!!