Simple Silverlight 2 Progress Bar for Web Services
Posted by: JohnPapa.net,
on 31 Aug 2008 |
View original | Bookmarked: 0 time(s)
Here is a small/basic but useful sample to create a progress bar in XAML that is updated when making a call to a RESTful web service using WebClient (in my case) for Silverlight from my book. The code can easily be put inside of a self contained Silverlight user control of its own, which would allow it to easily be used in multiple areas of the application. Ill leave that part up to you :) The following XAML creates an outer Border panel and an inner Border panel. The outer Border sets the...