How do you sort a dataset?

Answers were Sorted based on User's Feedback



How do you sort a dataset?..

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

How do you sort a dataset?..

Answer / vijay

ds.sort()

Is This Answer Correct ?    2 Yes 13 No

Post New Answer

More Dot Net Framework Interview Questions

How you deploy .NET assemblies

1 Answers  


what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?

0 Answers  


Mention the core components of .net framework?

0 Answers  


Do you know about the new features in ASP.Net MVC 4 ?

0 Answers  


Which is the institute which also caters to your personal development other than subject.

1 Answers   TCS,






What type of filter does outputcacheattribute class represents?

0 Answers  


What are the advantages of mvc over asp.net?

0 Answers  


What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?

4 Answers   IBM, NIIT,


What is .net core framework?

0 Answers  


What is filters in web api?

0 Answers  


Explain the difference between viewbag and viewdata in mvc?

0 Answers  


When will the .net framework 3.0 be released?

0 Answers  


Categories