How do you sort a dataset?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are ajax helpers in mvc?
what are generics? Without generics what are the disadvantages in 1.1?
3 Answers HP, iSoft, nTech Solutions,
Is it possible to use multipe inheritance in .net
Explain the 'page lifecycle' of an ASP.NET MVC?
What is ado.net data provider? : Entity framework
what is view state
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
In razor syntax, what is the escape sequence character for @ symbol?
Can I look at the IL for an assembly
What is edm designer? : Entity framework
What are attributes
What are the ways to show data grid inside a data grid for a master details type of tables?