Glowworm27
Programmer
Hey group,
I have a question relating to calling a Webservice method asynchronously.
The question is this; I have a webmethod() that will download a file and import the file into the database. I have a webpage that allows the user to tell it the filename, and then click on the button, to invoke the webservice to download and import the file.
I want to invoke the webservice asynchronously so the user does not need to wait around for the import to finish. I want to the user to be able to go to other pages, and continue working on other stuff. I dont care if the user ever gets notified that the import was completed, I will write a line to the status of the application that all can see from the front page.
Is this do-able or must the user stay on that page until the webservice completes?
Thanks in Advance
![[cannon] [cannon] [cannon]](/data/assets/smilies/cannon.gif)
George Oakes
Check out this awsome .Net Resource!
I have a question relating to calling a Webservice method asynchronously.
The question is this; I have a webmethod() that will download a file and import the file into the database. I have a webpage that allows the user to tell it the filename, and then click on the button, to invoke the webservice to download and import the file.
I want to invoke the webservice asynchronously so the user does not need to wait around for the import to finish. I want to the user to be able to go to other pages, and continue working on other stuff. I dont care if the user ever gets notified that the import was completed, I will write a line to the status of the application that all can see from the front page.
Is this do-able or must the user stay on that page until the webservice completes?
Thanks in Advance
![[cannon] [cannon] [cannon]](/data/assets/smilies/cannon.gif)
George Oakes
Check out this awsome .Net Resource!