B
Bill Todd
I have a DataTable in a DataSet. The ColumnNames of two of the
DataColumns are First_Name and Last_Name. I have added another
DataColumn and set the Expression property to:
First_Name + ' ' + Last_Name
However, in my WinForms DataGrid the expression column always displays
(Null) even though both First_Name and Last_Name have values. What am
I doing wrong?
Thanks,
DataColumns are First_Name and Last_Name. I have added another
DataColumn and set the Expression property to:
First_Name + ' ' + Last_Name
However, in my WinForms DataGrid the expression column always displays
(Null) even though both First_Name and Last_Name have values. What am
I doing wrong?
Thanks,