Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tosa
  • Order by date
  1. tosa

    DataSet sorting?

    Tim, you set the sort property of the DataView, not the DataTable (the DataTable has no Sort property), so you have to loop through the DataRowViews of the DataView instead of the DataRows of the DataTable to get the sorted rows. Your code gets the rows from dv.Table.Rows and that's nothing...

Part and Inventory Search

Back
Top