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
What is the mvc model?
How does u get record no from 5 to 15 from a dataset of 100 records?
Explain the use of errorprovider control in .net?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Define globalization and localization.
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are the contents of cookie?
What is rich control in asp.net?
How can we register exception filter from the action?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain the difference between debug.write and trace.write? When should each be used?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
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
How to deploy/publish webservices?How many ways?Plz explain me