datagrid filtering

  • Thread starter Thread starter vijaya
  • Start date Start date
V

vijaya

I want to collect all the datarows of a table which do not
satisfy the filter condition in a separate table?

How can I do it?

thanks in advance
vijaya
 
Hi,

To select them you might use DataView or DataTable.Select method.
For copying the rows to another table you'll have to do it manually.
 

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

Back
Top