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
What is the difference between entity framework and mvc?
What are the new features 3.5 framework against with the tool?
Is razor a server side?
what is msl?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
what is client wins and store wins mode in entity framework concurrency?
What is difference between razor and web form engine?
How to change the action name in mvc?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is the .net framework?
Explain what is the difference between view and partial view?
List out few different return types of a controller action method?
Explain JSON Binding?
explain how you can load related entities in ef (entity framework)?
what is lazy loading in entity framework?