Silverlight 3 Activity control
Posted by: Laurent Duveau,
on 03 Oct 2009 |
View original | Bookmarked: 0 time(s)
The Activity control is an async/background activity indicator: it shows a progress bar while data is being loaded or work is being done in the background. Maybe you already saw this control which comes with the new Silverlight Business Application project template when you install .NET RIA Services. Live demo here: http://www.davidpoll.com/Samples/ActivityControlDemo/ActivitySampleTestPage.aspx#/RiaServicesActivity But did you know that you can use this control without a .NET RIA...