desmondtan
Freshman
- Joined
- Dec 24, 2002
- Messages
- 40
I used coding to bind datatable to datagrid
e:g
myDatagrid.Datasource = mytable
The table contains 4 column : CutomerID , OrderId , price , qty
How do I change the data grid to display only price and qty ?
e:g
myDatagrid.Datasource = mytable
The table contains 4 column : CutomerID , OrderId , price , qty
How do I change the data grid to display only price and qty ?