Block interaction temporarily ,during wcf call!
How do I block main navigation on (mainpage.xaml) as in all silverlight navigation application and block page's controls ( 开发者_如何学Goi.e whichever page is it in ) during async webservice calls? Any best practices?
BusyIndicator from Silverlight Toolkit.
Make a Please Wait modal dialog on your mainpage. Open it before you make a webservice call, close it in the your webservice call response handler.
精彩评论