Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is razor code?

0 Answers  


Can we change web.config settings from iis?

0 Answers  


What is a model in android?

0 Answers  


Can we access the web controls in a page pre initialising event?

2 Answers  


what is client wins and store wins mode in entity framework concurrency?

0 Answers   Microsoft,


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

0 Answers  


Difference between .NET & J2EE

1 Answers  


Is entity framework slow?

0 Answers  


What is definingquery in entity framework? : Entity framework

0 Answers  


why DotNetFramework is included in building a software

0 Answers   Infosys, Symphony,


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

0 Answers  


In razor syntax, what is the escape sequence character for @ symbol?

0 Answers  


Categories