R
Roshawn Dawson
Hi,
I am using a Repeater control to bind to a data table. The data table
is returned from a class library function that I've coded.
After obtaining the data table from the class library, I then bind the
table to the Repeater control and set the variable that references the
class to nothing.
Now, I don't place the returned data table into a dataset. However, I'd
like to modify the returned table. The question: is the returned table
placed in the cache without a dataset, or must I explicitly place it in
a dataset first, and then modify it?
Thanks,
Roshawn
I am using a Repeater control to bind to a data table. The data table
is returned from a class library function that I've coded.
After obtaining the data table from the class library, I then bind the
table to the Repeater control and set the variable that references the
class to nothing.
Now, I don't place the returned data table into a dataset. However, I'd
like to modify the returned table. The question: is the returned table
placed in the cache without a dataset, or must I explicitly place it in
a dataset first, and then modify it?
Thanks,
Roshawn