Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I am developing a Provident Fund Management System.

I have the following process which pulls data from two other live database.

1) Pulls Department of all employee
2) Pulls Designation of all employee
3) Pulls Locations of all employee
And Lastly
4) Pulls Employee


I am using stored procedure with sql server, and asp.net 3.5.

I would like to show the update of each process once a single process is done. Any idea. I googled , but those site is using threading for graphical purpose only, which doesn't meet my requirement.

Any suggesstion will do.
Posted

Need more details about your requirement. My simple guess here...You can achieve by using windows service for pulling data & using web service for showing the update in your page. But I'm sure this will not satisfy you, so you need to explain more.
 
Share this answer
 
Well, thanks thatraja, thanks for your response.

During installation of a software in our computer, the setup file shows the status of the program which is currently installing.

My requirement is same as showing a status like above, except that i am pulling, and saving the data in a database.

Thank you

regards
chakraborty
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900