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 / devanathan

Get the DateSet Object's 8th table will give you the 8th
query records.

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

Now dt will have the records returned by the 8th query

Is This Answer Correct ?    7 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we are using mvc instead of asp.net? : Asp.Net MVC

1109


Explain cookies with example.

1066


Explain the use of resource manager class in .net.

1024


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

1171


What are the features that make asp.net more used framework? : asp.net mvc

1059


How many types of cookies are there in asp.net?

992


Describe the disadvantage of cookies.

1070


Describe session handling in a webfarm?

1055


How can you display all validation messages in one control?

1040


Explain parts of assembly?

1012


What is the difference between GridView and Repeater controls in ASP.NET?

1146


What is DataGrid wheater its a Server Control or something else ?

1117


What is round trip in asp.net?

983


Explain the path instructions in xaml?

1051


Is asp.net core faster?

1071