Hi,
1. How to use the windows Datagridview control which is in VS2005 in VS2003 is there is any way?
2. How to change the row color in datagrid based on the specific column value
Regards
Prabakar
Hi,to your 1st question,datagridview control is a newadded control in VS2005 ,you cannotuse datagridview control in VS2003.
To your second question,please check this article
How do I color a cell in a DataGrid depending upon its value or some external method?
Hope it helps.
Regards.