Move DataRow to Top of DataTable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. Excuse me if this is a simple question, but I can't seem to figure it out.

Can a specific datarow within a datatable be moved to be the first datarow
of the datatable? For example - If I have a datatable with 30 rows, how
would I move row# 10 the the first row?

Thanks,
Mike
 
Mike,

The datatable reflects in fact the database, you can use the dataview to
rearange your rows.

Cor
 
Back
Top