In Windows application, I hv associated the DataGrid to the DataSet, which has a Boolean column. Based on the Boolean value I need to display a image in datagrid. i.e. if the column value is true, first image should be displayed or if it is false second image should be displayed.
Any idea how to achieve this?
Thanks in adv
Venu




Reply With Quote