I have table(Title varchar,Description varchar).And I bind it to datagrid to use in windows application.But here i want to combine Title,Description and display the result in a single row-cell. If I use like thisI have table(Title varchar,Description varchar)