Forum Moderators: open

Message Too Old, No Replies

How to Concatenate DB fields in DataGrid

??

         

txbakers

4:02 am on Jun 7, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The datagrid control can be used with the <columns> property, but each column can only have one datafield. How can I concatenate two fields into one?

Xoc

5:57 pm on Jun 11, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



One way is to have the concatination occur in the SQL query. Then you link to the virtual column.