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 'page life cycle' of an ASP.NET MVC?
What is object service? : Entity framework
What is the .net framework 3.0 (formerly winfx)?
Can you explain model, controller and view in mvc?
Is .net core replacing .net framework?
What is storage model? : Entity framework
What is entity framework? : Entity framework
What are Non Action methods in ASP.Net MVC?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is the difference between ViewData, ViewBag and TempData?
What is a model in programming?
Does Tempdata hold the data for other request in ASP.Net MVC?
What is the difference between renderaction and renderpartial?
What is renderbody?
Can we change web.config settings from iis?