0
kicks
Overview of Databinding in Silverlight
The goal the below code is to bind data using XAML. So, for the example I used MLB Pitching stats for 2008, created a Pitcher object, then a PitcherCollection object, and finally used XAML to define an instance of the PitcherCollection. The result is the Page.xaml.cs does not have any code in it, but a list box is fully bound to a data source.