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?

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


Please Help Members By Posting Answers For Below Questions

What is the 'page life cycle' of an ASP.NET MVC?

1106


What is object service? : Entity framework

1227


What is the .net framework 3.0 (formerly winfx)?

1054


Can you explain model, controller and view in mvc?

1043


Is .net core replacing .net framework?

1028


What is storage model? : Entity framework

1045


What is entity framework? : Entity framework

1094


What are Non Action methods in ASP.Net MVC?

1127


What is Separation of Concerns in ASP.NET ASP.Net MVC?

1258


What is the difference between ViewData, ViewBag and TempData?

1128


What is a model in programming?

1047


Does Tempdata hold the data for other request in ASP.Net MVC?

1020


What is the difference between renderaction and renderpartial?

1194


What is renderbody?

1100


Can we change web.config settings from iis?

1136