how can I show progressbar in WPF for DB actions?
- by RAJ K
I want to show my application user a progressbar for following actions:
when they provide login information in WPF and hit submit/OK whatever.
when they request any information from DB (select command execution).
Thank You