Follow @PDSAInc Silverlight 3,.NET - Paul Sheriff's Blog for the Real World

Paul Sheriff's Blog for the Real World

This blog is to share my tips and tricks garnered over 20+ years in the IT industry

Paul's Favorites

Browse by Tags

All Tags » Silverlight 3 » .NET (RSS)
Sorry, but there are no more tags available to filter with.
Synchronize Data between a Silverlight ListBox and a User Control
One of the great things about XAML is the powerful data-binding capabilities. If you load up a list box with a collection of objects, you can display detail data about each object without writing any C# or VB.NET code. Take a look at Figure 1 that shows...
Posted: Apr 13 2010, 03:46 PM by psheriff | with no comments
Filed under: ,
Create a Login Screen in Silverlight 3
After my last blog post on “Create a Login Window in WPF”, I had a lot of requests for how to create the same login screen in Silverlight 3. There are actually just a few changes that had to be made to get the same look in feel in Silverlight 3. Figure...
More Posts