Most of the data binding samples in the SDK show binding to an object data source where the objects are populated in code, such as: Employees e = new Employees(); e.Add(new Employee("Joe")); This is all well and good for samples, but not necessarily how
Read More...