How do you sort a dataset?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between entity framework and mvc?

731


What are the new features 3.5 framework against with the tool?

746


Is razor a server side?

700


what is msl?

794


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

733


what is client wins and store wins mode in entity framework concurrency?

902


What is difference between razor and web form engine?

744


How to change the action name in mvc?

738


Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )

2695


What is the .net framework?

755


Explain what is the difference between view and partial view?

800


List out few different return types of a controller action method?

790


Explain JSON Binding?

839


explain how you can load related entities in ef (entity framework)?

740


what is lazy loading in entity framework?

769