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

Answer Posted / jignesh contractor

From SP we want the 8th query.....

so that we can be access by

DataSet ds = new DataSet();
DataTable dt = new DataTable();
dt = ds.Tables[8]; //As Index Starts from 0th Index....

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

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Caching techniques in .NET

600


How to prepare culture-specific formatting in .net.

519


Why is the standalone environment only useful during the development process?

1343


What is asp short for?

567


What are the parts of an http response?

504






Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

650


Explain the difference between sql invalidation and sql notification.

561


What are the features of asp.net mvc?

529


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

533


Explain a program using code nuggets to create a simple application? : asp.net mvc

516


How does u call and execute a sp in .net?

553


What is application variable in asp.net?

470


How you can access the properties and controls of master pages from content pages?

515


What is the function used for removing an event listener?

552


What are the validation controls available in ASP.NET?

545