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
How do you specify comments using razor syntax?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is the benefit of entity framework?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What are the two ways to add constraints to a route?
what is entity sql?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What are the possible razor view extensions?
What is stateless model?
Explain the new features 3.5 framework against with the tool?
How does servicing work for the .net framework 3.0?
What is razor code?
What is the use .glimpse in mvc?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?