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

Answer Posted / javed

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

because index start 0.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the mvc model?

660


How does u get record no from 5 to 15 from a dataset of 100 records?

614


Explain the use of errorprovider control in .net?

590


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

567


Define globalization and localization.

648






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

763


What are the contents of cookie?

672


What is rich control in asp.net?

617


How can we register exception filter from the action?

753


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

634


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

643


Explain the difference between debug.write and trace.write? When should each be used?

652


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

624


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

5902


How to deploy/publish webservices?How many ways?Plz explain me

1921