Hi. I have populated my dataset and dataadapter with all fields (id, Field1, Field2, Field3, Field4... etc)
If I bound datagrid to this dataset, then all fields are displayed.
So If I want to display only Field1 and Field2, do I have to change my SQL SELECT statement in data adapter?
(I'm looking for some property to edit datagrid columns like in vb6. Is this possible?......)
tx,
matej
If I bound datagrid to this dataset, then all fields are displayed.
So If I want to display only Field1 and Field2, do I have to change my SQL SELECT statement in data adapter?
(I'm looking for some property to edit datagrid columns like in vb6. Is this possible?......)
tx,
matej