Sort in dataSet

P

PawelR

Hello Group,
I've in my apps dataSet with table (5 columns).
My question: How sort this table for colums no.3? This table is saved to
file as text file and must by sorted.

Thx PawelR
 
U

Uri Dor

change the table's DefaultView or create a new DataView and use that
view's Sort property
 

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

Similar Threads


Top