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 the main difference between VS 2005 and VS 2003?

5 Answers   CTS, Satyam,


What are the new features 3.5 framework against with the tool?

0 Answers  


Explain how you can send the result back in JSON format in MVC?

0 Answers  


What is attribute routing in mvc?

0 Answers  


what is VSS? Where we are using?

3 Answers   TCS,


What are the main components of .net framework?

0 Answers  


What is shared and private assembly ?

3 Answers   Accenture, BirlaSoft,


Explain tempdata in mvc?

0 Answers  


Explain what is the difference between view and partial view?

0 Answers  


When was .NET announced

1 Answers  


Is CLR is compiler or Interpreter

3 Answers   L&T,


What is the difference between adding routes, to a webforms application and to an mvc application?

0 Answers  


Categories