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
Explain how you can send the result back in JSON format in MVC?
What is .net architecture?
What is Attribute Routing in ASP.Net MVC?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What operating systems will the .net framework 3.0 be available for?
In razor syntax, what is the escape sequence character for @ symbol?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
What is the use .glimpse in mvc?
How to make sure Client Validation is enabled in ASP.Net MVC
What is entitytype? : Entity framework
What is the "helperpage.isajax" property?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is Peek method in Tempdata in ASP.Net MVC?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is entity graph? : Entity framework