B
Brian P. Hammer
I load a bunch of data from a dataset (about 10 rows with 125 columns) and
with the dataset rows, I perform a bunch (about 75) of calculations. The
results of all this are loaded into a third party (C1 FlexGrid) grid. I am
trying to figure out the best way to store all this data so that it is
easier to work with and perform calculations as users edit the grid.
Currently, I have to do lookups back to the datasets and reference each
row/column of the grid. I guess I am looking for some sort of collection
class but the .Net help hasn't provided any real clues as to the direction
to go. A thought was to have some sort of dataset hold all the combined
data and calculations. Before I head off in any direction, I thought I'd get
suggestions. Any you have would be great.
Thanks,
Brian
with the dataset rows, I perform a bunch (about 75) of calculations. The
results of all this are loaded into a third party (C1 FlexGrid) grid. I am
trying to figure out the best way to store all this data so that it is
easier to work with and perform calculations as users edit the grid.
Currently, I have to do lookups back to the datasets and reference each
row/column of the grid. I guess I am looking for some sort of collection
class but the .Net help hasn't provided any real clues as to the direction
to go. A thought was to have some sort of dataset hold all the combined
data and calculations. Before I head off in any direction, I thought I'd get
suggestions. Any you have would be great.
Thanks,
Brian