How do you sort a dataset?
Answers were Sorted based on User's Feedback
Answer / anjali jain
Correct code must be like this:
DataView myView;
myView = ds.Tables("Customers").DefaultView;
myView.Sort = "<field-name> DESC";
| Is This Answer Correct ? | 8 Yes | 1 No |
What is the main difference between VS 2005 and VS 2003?
What are the new features 3.5 framework against with the tool?
Explain how you can send the result back in JSON format in MVC?
What is attribute routing in mvc?
what is VSS? Where we are using?
What are the main components of .net framework?
What is shared and private assembly ?
3 Answers Accenture, BirlaSoft,
Explain tempdata in mvc?
Explain what is the difference between view and partial view?
When was .NET announced
Is CLR is compiler or Interpreter
What is the difference between adding routes, to a webforms application and to an mvc application?