Browse by Tags
Sorry, but there are no more tags available to filter with.
-
30 August 2007
Binding Complex Properties to GridView
-
Binding simple (int/string, etc) type properties to a TemplateColumn in a GridView is easy, but when you need to bind the Grid to an object that has properties that aren't simple types it gets a bit more complex. The Bind method only works with simple Read More...