TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rogerio Sa
NA
5
1.4k
How to hide a dialog box when downloading?
Aug 11 2014 8:05 AM
I need to use this small C# app I am using to download an excel file from an internal company asp.net site. Usually I would use VBScript to person such actions but this site for some reason does not respect VBS very well. So I decided to make a small C# app in which I use "webbrowser1.navigate" to go to the report page and generate the report then from there I get the download link to the excel report itself so I use "webbrowser1.navigate" to navigate to the excel download URL but it prompts me to open or save and I want to just save automatically since this app will run on a schedule and will not have user interaction. No, I cannot use webclient o to download the file because the URL only works in the same session as the session used to generate the report. Even if I was to take the link and tried to open manually on another browser window it would not work.
Reply
Answers (
6
)
Append PDF in one File
jquery for paging a gridview