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 any files are generated,when we are adding the web reference to the web service?
Diffence between .net framework 1.0 and 2.0?
how do you mark a property as required? For example, for a project, the name is a required field.
What is associationset? : Entity framework
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is conceptual model? : Entity framework
Explain tempdata in mvc?
How to Redirect Tracing to a File
If you are using components in your application, how can you handle exceptions raised in a component ?
4 Answers Accenture, BirlaSoft,
What are the advantages of mvc over asp.net?
What are the types of assemblies and where can u store them and how ?
11 Answers Accenture, BirlaSoft, IBM,
What was the problem in traditional component why side by side execution is supported in .net ?