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 |
Why string are called Immutable data Type
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
what is minimum requirement for entity framework applications to run?
what is conceptual model?
Mention the core components of .net framework?
Where are the routing rules defined in an asp.net mvc application?
If foreground completes its processing will it wait for background threads?
What are Scaffold templates in ASP.Net MVC?
What are the contents of assembly?
What is the difference between ViewData, ViewBag and TempData?
How to free the memory that is not used by an object in garbage collection?
What is object service? : Entity framework