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

Explain the main differences between asp and asp.net?

513


What is true about application service provider?

487


What are uri parameters?

538


What is session management in web application?

545


How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

699






Can you explain architecture of your project ?

614


Explain how dot net compiled code will become platform independent?

505


How many types of validation are there?

521


What is http protocol and how it works?

525


what is DLL Hell and how it is solved in .NET? please explain clearly??

1881


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

1761


Why should i prefer JSP over asp.net or any other web development language..??

1442


What are the major built-in objects in ASP.NET?

567


Are there resources online with tips on asp to asp.net conversions?

542


If you want to write your own dot net language, what steps you will you take care?

520