DataGrid Column Display
I have a datagrid that I fill with a dataset (This is a C# 2005 windows application). I want to display a datagrid column of a selected row in the datagrid. Example the fist cell in the datagrid is the Name column, I want that name to be displayed in a label or a text box. Also the label or textbox must update when I select a different row in the datagrid.
Thanks for any help with this.
|