M
MattB
I have a DataTable of values I'm using in my asp.net (1.1) application.
In one column, there is a composite value like "A,3". I'd like to know
if there is a way I can add a couple of computed columns that would grab
just one of these values (so I'd have a column with A and another column
with 3). Can I do that in a more elegant way (without looping through
the table to assign the values to the new columns)?
Thanks!
Matt
In one column, there is a composite value like "A,3". I'd like to know
if there is a way I can add a couple of computed columns that would grab
just one of these values (so I'd have a column with A and another column
with 3). Can I do that in a more elegant way (without looping through
the table to assign the values to the new columns)?
Thanks!
Matt