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
Can I add mvc testcases in visual studio express?
What is oauth in web api?
What is a model in programming?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Explain the difference between viewbag and viewdata in mvc?
What is the .net framework?
In razor syntax, what is the escape sequence character for @ symbol?
What are authentication filters in web api?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is connected scenario? : Entity framework
what is ssdl?
Explain the advantages of dependency injection (di) in asp.net mvc?
Can I remove .net framework?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
what is explicit loading?