How can you sort the elements of the array in descending order?
Answer Posted / payal mehta
We can use Sort property for that.A string that contains
the column name followed by "ASC" (ascending) or "DESC"
(descending). Columns are sorted ascending by default.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Can you explain template pattern?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
How is the syntax written to inherit from a class in C#?Give an example ?
What is an int c#?
What do you mean by shared assembly?
Can you access a hidden base class method in the derived class?
Is constructor a static method?
What is command object in c#?
What is icollection in c#?
Why do we use partial class in c#?
Explain the use of SN.exe
What is the concept of strong names?
write a c# program add two matrix with input number ?
How to Show Message box in Metro Style App?
What are concrete classes?