I have a Datatable- table1 and i want to sort/order this datatable in ascending order depending on 2 columns-column0,column1 of table1.

how can i do that?

Recommended Answers

All 2 Replies

Using a dataview.

See howto here

Hope this helps

use SQL ORDER BY command

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.