Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8358253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:44:17+00:00 2026-06-09T10:44:17+00:00

This is my first time posting. I’ve been working on a web scraper to

  • 0

This is my first time posting. I’ve been working on a “web scraper” to navigate through a website and download an Excel File or .CSV file automatically.

I’m running into a problem when I want to download the file. Here is the HTML:

<"a class="PSQRYRESULTSTITLE" href="javascript: bSubmitted=false;submitAction_win2(document.win2,'#ICQryDownloadRaw');">CSV Text File<"/a>

When clicked it opens a download prompt to save.

  1. How do I trigger this prompt?
  2. Can I bypass the prompt so it downloads automatically?

I’m coding this in Visual Studio C# 2008. I am using a WebBrowser Control to navigate through the website.

I’ve tried everything from
webbrowser1.document.invokescript
to
storing all the elements in an HtmlElementCollection traversing through them and doing
invokemember(“click”)…

Nothing is working! Please help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:44:18+00:00Added an answer on June 9, 2026 at 10:44 am
    foreach (HtmlElement i in webBrowser1.Document.All)
        {
            if (i.OuterText == "CSV Text File" && i.GetAttribute("href") != "")
            {
                webBrowser1.Navigate(i.GetAttribute("href"));
            }
        }
    

    although this doesn’t answer my second question of how to automatically download the file or disable the prompt it got me moving forward finally. But if anyone has an answer for that it would be much appreciated.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my first time posting on Stackoverflow, but I've been reading through many
use this website a lot but first time posting. My program creates a number
That's my first time posting on stackoverflow. I've been finding usefull answers on this
This is my first time posting a question here, it has been a valuable
First time posting, please let me know if this question has already been answered!
I am a junior web developer and this is my first time posting here.
This is my first time posting so bear with me. I have a file
this is my first time posting here, I have a question which I have
this is my first time posting on StackOverflow but this site is awesome. Thanks
This is my first time working with a WPF datagrid. From what I understand

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.