1
Answer

refresh the column names in datagrid when a new data comes in?

sunspotzzz

sunspotzzz

21y
1.4k
1
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.
Answers (1)
0
Adam Erstelle

Adam Erstelle

NA 343 0 21y
just before loading the data into the data grid, set the instance of the datagrid to a new datagrid. This should work