how can I show progressbar in WPF for DB actions?

Posted by RAJ K on Stack Overflow See other posts from Stack Overflow or by RAJ K
Published on 2010-04-20T19:03:19Z Indexed on 2010/04/20 19:13 UTC
Read the original article Hit count: 241

Filed under:
|
|

I want to show my application user a progressbar for following actions:

  1. when they provide login information in WPF and hit submit/OK whatever.
  2. when they request any information from DB (select command execution).

Thank You

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#