WellsCarrie
Well-known member
Issue, I need to have a link on my web page that the user can click to kick off the chain of events to load the work database. The database will be loaded with data from 4 seperate sources and sometimes will contain hundreds of thousands of records.
Is there a way to kick off the events and still display to the user a "progress"? If I was doing this in a Window's form I'd display a message for each step of the process as it started and ended.
I'm thinking I can load a web page and at the same time start a seperate thread using a background worker. What i can't figure out is how to tell the user at what point the process is finished, much less display a running list of what pieces have started and completed.
Any ideas would help.
Oh, I'm new to 2005 so please bear with me, if I get confused.
Is there a way to kick off the events and still display to the user a "progress"? If I was doing this in a Window's form I'd display a message for each step of the process as it started and ended.
I'm thinking I can load a web page and at the same time start a seperate thread using a background worker. What i can't figure out is how to tell the user at what point the process is finished, much less display a running list of what pieces have started and completed.
Any ideas would help.
Oh, I'm new to 2005 so please bear with me, if I get confused.