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

  • SEARCH
  • Home
  • 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 6709161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:50:52+00:00 2026-05-26T07:50:52+00:00

I have an ASP.NET page, where the user is able to trigger a console

  • 0

I have an ASP.NET page, where the user is able to trigger a console app on our server, which generates a file. What I want is the user to see a message that states ‘Requesting file’, then as soon as the file becomes available (i.e. File.Exists for the file returns true), the Requesting file message will change to a link of the file.

Is this easy to accomplish in ASP.NET?

  • 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-05-26T07:50:52+00:00Added an answer on May 26, 2026 at 7:50 am

    In you web page implement a JSON call to a certain WebMethod which checks if the file has be been generated or not.

    you can add your message in the calling function and clear it in the complete event, where you can create the link to the file also

    function ddlLeaveChanged(sender, e) {
    
    
    if (leaveTypeId != '-1' && dateFrom != '' && leaveStatusId != '-1') {
         $('#lblMessage').show();
        $.ajax({
            type: "POST",
            contentType: "application/json; charset=utf-8",
            dataType: "json",
            url: WebServiceUrl + 'YourMethod',
    
            success: FunctionSuccedded,
            error: FunctionFailed
        });
    }
    
    function FunctionsSuccedded(result, e) {
    if (result) { $('#lblMessage').hide(); }
    

    }

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

Sidebar

Related Questions

I have an ASP.Net page, which displays a list of options to the user.
I have a asp.net/c# web app. When do user leave a certain page, I
I have an ASP.NET page that I want to be able to generate and
I have an asp.net mvc application where i want the user to be able
I have an ASP.NET home page where user provides his login ID. Depending on
I have an asp.net web page (C# 2008) where the user would enter an
I have an ASP.NET (3.5) page that allows a user to upload an Excel
I have a service (WCF) with which my ASP.NET page will communicate. The WCF
I have say this hierarchy in ASP.NET: page user control 1 user control 2
I have a asp.net page that generates a report. For better or for worse,

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.