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 |
Is it possible to use multipe inheritance in .net
Is mvc 4 supporting windows azure sdk (software development kit) ?
How you deploy .NET assemblies
What is the property available to check if the page posted or not
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
What are Resource Files ? How are they used in .NET
What are Code Blocks in Views?
how to create session in .net
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
How you can implement custom validation in asp.net MVC?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL