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...

In SP has contains 10 query,By Using Dataset Object I need
to fetch 8th query of records? How?

Answer Posted / javed

DataSet ds = new DataSet();
DataTable dt = new DataTable();
dt=ds.Tables[7];

because index start 0.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use web config?

983


What is the difference between ASP.NET Webforms and ASP.NET MVC?

1212


How to handle errors in Web API?

1239


How you will handle session when deploying application in more than a server?

1147


Define satellite assemblies.

1109


Explain the differences between managed and unmanaged code?

1100


Disable browser cache for entire ASP.NET website?

1262


How can you make sure that web api returns json data only?

1033


What is advantage of asp.net?

1033


Where you store Connection string in "Web.Config" file in ASP.NET?

1105


What are the disadvantages of asp.net?

1122


List some of the important session state modes of asp.net.

1033


What is intrinsic objects in asp.net?

1289


Define a static class?

1027


How can we identify that the Page is Post Back?

1052