Answer the question
In order to leave comments, you need to log in
Descending sort?
Hello.
To sort character values in ascending order, I use this code:
list = Uefa.getList();
dataGridView1.DataSource = null;
list = list.OrderBy(x => x.club).ToList<Uefa>();
Answer the question
In order to leave comments, you need to log in
Привет.
Посмотрите внимательнее в подсказках интеллисенс. Там должен быть метод .OrderByDescending.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question