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 ado.net data provider? : Entity framework
Explain the request flow in asp.net mvc framework?
mention in what all scenarios entity framework can be applicable?
List the new features added in .net framework 4.0.
What is renderbody?
What are the sub types of ActionResult?
Explain the 'page lifecycle' of an ASP.NET MVC?
Explain Sections is ASP.Net MVC?
Explain the advantages of dependency injection (di) in asp.net mvc?
what is complex type?
what is use of entity container?
Why to use Html.Partial in ASP.Net MVC?
What is the difference between ViewData, ViewBag and TempData?
Possible ways to prevent xss attacks on mvc application?
How route table is created in ASP.NET MVC?