S
Scott D
I am querying a SQL database and then creating a dataset and binding
that to the datagrid. Is their any way prior to binding I can work
with the data in the dataset? What I am trying to do is run some
logic on the data prior to binding it to the datagrid. For example:
I am checking for a certain value in two fields if I find the value in
one field I would like to display that date in a column if not I would
like to display the other date in the same column. Is there an easier
way to accomplish this?
that to the datagrid. Is their any way prior to binding I can work
with the data in the dataset? What I am trying to do is run some
logic on the data prior to binding it to the datagrid. For example:
I am checking for a certain value in two fields if I find the value in
one field I would like to display that date in a column if not I would
like to display the other date in the same column. Is there an easier
way to accomplish this?