P
Phuff
This is really stumping me. I have a dataset where I compute certain
columns because I need to reorganize the data to a certain format, but
I need to take the new columns and put them into a new dataset. I have
a custom control where a user performs some actions and it combines
certain columns or at least creates a new one with a name I can use.
What I need is to bind a dataset to a grid with only the computed
columns. I thought I would create a new DS and merge it with the
doctored one, but no go, empty values with only the column headers.
How do I get a dataset to be created from only certain columns in
another dataset?
Thanks in advance!!
Paul Huff
(e-mail address removed)
columns because I need to reorganize the data to a certain format, but
I need to take the new columns and put them into a new dataset. I have
a custom control where a user performs some actions and it combines
certain columns or at least creates a new one with a name I can use.
What I need is to bind a dataset to a grid with only the computed
columns. I thought I would create a new DS and merge it with the
doctored one, but no go, empty values with only the column headers.
How do I get a dataset to be created from only certain columns in
another dataset?
Thanks in advance!!
Paul Huff
(e-mail address removed)