you must have some query to get the data .... just cncate the fileds in that query it self
Select Cast(retails_price as varchar) + ' ' + Cast(sell_rice as varchar) as C1 from TableName
and Bind this new Column C1 in datagrid view
If still not clare please share your query and datagirdview code here
Main Topics
Browse All Topics





by: LimbeckPosted on 2009-09-13 at 23:49:57ID: 25323254
easiest way is to combine the data in your datasource, ie select price||' '||rice from...