DataView/DataTable DISTINCT view

G

Guest

Hi,

I use a DataView to display a State field. But some rows have the same state
like 'OH'. How can I just display only one of them like SQL's DISTINCT? Can I
use .rowfilter? How?
I don't have to use DataView. If DataTable can do it, it's ok too.

Thanks in advance.

Li
 

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