开发者

Block interaction temporarily ,during wcf call!

开发者 https://www.devze.com 2022-12-25 05:16 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消