displaying additions upadtes

G

Guest

Hi,

I need to display rows that have been updated AND added to a dataTable.

I can use a dataviewto filter for ModifiedCurrent or Added, but how can I
combine the results so as to be able to view them all?

I have also tried using a dataset that has received rows from a
dataSet.GetChanges method, but I find when I bind this to a datagrid, & run
it from the ColumnsChanged event of the Dataset, it shows the changed row
only after the *next* change. Why is this so?

Any ideas would be appreciated. Thanks
Ant
 
M

Miha Markic [MVP C#]

Ant said:
Hi,

I need to display rows that have been updated AND added to a dataTable.

I can use a dataviewto filter for ModifiedCurrent or Added, but how can I
combine the results so as to be able to view them all?

I think you can combine DataViewRowState values because they are flags.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top