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 is difference between web api and web services?

725


How you can access the values from the Repeater control in ASP.NET?

777


What is an asp.net web form?

809


How can you pass multiple complex types in Web API?

762


Is asp.net a programming language?

722


What is diff. Between abstract class and an interface?

727


What is the life cycle of web page?

722


what is the difference between response.write() and response.output.write()?

903


What is the difference between Hash table and Array list?

601


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1960


What describes a query?

711


What is authorization in asp.net?

791


Define viewstate in .net?

715


What is the use of view state?

716


What is the concept of postback in asp.net?

780