Hi,
I used the Microsoft Sync framework to sync the server and client databases. Every time client logs in, the sync program starts but I want to show a progress bar for the end user by showing the estimated time remaining or total estimated time so that I can
update the progress bar with that data.
I know that, we do not know how many records to sync until it hit the synchronize method but I want to know some help on it how to move forward in showing the user how much the sync completed or how much it is left out?
Nagarjun Reddipalle.