Having a property open a database connection and run a query is not a good pattern.
A better approach would be to query a set of objects from LINQ to SQL and bind those to the WPF control instead.
DamienG
2008-11-05 21:42:04