Binding Related Tables in the DataGrid
Tags:
VB
, ASP.NET
, WinForms
, ADO.NET
, IDE
, Controls
, 2003
, Beginning
If you need to show values in a DataGrid, but those values come from different (related) tables, you must take the steps outlined in this video. This shows how to use a TemplateColumn and an ItemTemplate element to customize how and what is displayed in a given column of your DataGrid.