Hi there.
I have a DataTable with around 20 columns in it and a GridView that is bound to the DataTable.
Is it possible to specify which columns the GridView has to bind to please?
While I would like to use this one DataTable (as it is used for other parts of a web page) can I be so selective in the columns used?
Thank you.
M :o)
I have a DataTable with around 20 columns in it and a GridView that is bound to the DataTable.
Is it possible to specify which columns the GridView has to bind to please?
While I would like to use this one DataTable (as it is used for other parts of a web page) can I be so selective in the columns used?
Thank you.
M :o)
Comment