Hi All, I have a C# application which has a web browser control. I use Navigate method to open the specified URL which works fine with html content url's. However, now I want to do HTTP download as well. When I try using navigate method with the url of the file(zip file in my case), I get a popup dialog box (save/open/cancel). Is there a way to facilitate this http download without having this download dialog box popping up? I want to programmatically specify the destination folder and file name where the file downloaded should be saved. Any help is much appreciated. Thanks, Nitesh