refresh the column names in datagrid when a new data comes in?
I am using sql server 2000 and c# .
how to refresh all column names of the datagrid when a differert set of data comes in?
This new set of data have a different set of column names from the previous data that is in the datagrid.