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 razor code?
Can we change web.config settings from iis?
What is a model in android?
Can we access the web controls in a page pre initialising event?
what is client wins and store wins mode in entity framework concurrency?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Difference between .NET & J2EE
Is entity framework slow?
What is definingquery in entity framework? : Entity framework
why DotNetFramework is included in building a software
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
In razor syntax, what is the escape sequence character for @ symbol?