G
Guest
Hi
VS 2005:
C#:
I have a DataGridView controls that I bind to a dataset.table[0] froma web
service.
..
At design time I add my columns via the collection within the grid control.
However, when I run the application it loads the data in new columns that it
created and not the columns i created.
In VS 2003 there was a flag you could set telling the grid NOT to create it
own columns. I can't find that flag here in 2005.
anyone?
BrianDH
VS 2005:
C#:
I have a DataGridView controls that I bind to a dataset.table[0] froma web
service.
..
At design time I add my columns via the collection within the grid control.
However, when I run the application it loads the data in new columns that it
created and not the columns i created.
In VS 2003 there was a flag you could set telling the grid NOT to create it
own columns. I can't find that flag here in 2005.
anyone?
BrianDH