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 entity lifecycle? : Entity framework
What is Differnce between html.action and ajax.action?
What are Scaffold templates in ASP.Net MVC?
In which assembly is the mvc framework defined?
How to bind table colum with gridview column?
Can you set the unlimited length for "maxjsonlength" property in config?
Why to use html.partial in mvc?
Can we change web.config settings from iis?
What is a view engine?
Can you please explain the request flow in ASP.NET MVC framework?
How to answer for project questions..?
what is code first approach?
What are authentication filters in web api?
Which .net framework is installed?
Is mvc 4 supporting windows azure sdk (software development kit) ?