youngboy1606
New Member
I am trying to figure out a way to use the LinqDataSource on the Property of the current UserControl.I have a UserControl that has the Property: IList<Person> that is being Set from the ParentPageNow I would like to group them by LastName like Matt Berseth does with Orders in this post:http://mattberseth.com/blog/2008/01/building_a_grouping_grid_with.htmlBut the main difference is: i don't directly use a DataBase - my UserControl gets as mentioned a List of Persons and it shouldn't know more...Or does anybody know a better Control/Approach to do this?