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

Define globalization and localization.

568


what are configuration files?

565


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

540


What is the request flow used for asp.net mvc framework? : asp.net mvc

535


What is base class of .net?

540






How do you do client-side validation in .net? How to disable validator control by client side javascript?

538


Explain the Order of events in an asp.net page?

606


Describe the master page.

556


What is http request and response?

540


How do you design a website with multilingual support in ASP.NET ?

547


What is data caching?

562


Explain what does mvc represent in asp.net? : asp.net mvc

505


Which tool you have done?

1484


List of words of preprocessor in .net?

522


What is the difference between web config and machine config files?

564