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

Answer Posted / devanathan

Get the DateSet Object's 8th table will give you the 8th
query records.

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

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

Is This Answer Correct ?    7 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

698


Why web api is better than wcf?

765


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1658


What is difference between asp.net and asp?

752


What are the advantages of using session?

638


What’s the use of “GLOBAL.ASAX” file?

820


What are the different web pages?

664


Name the namespace which is used by ado.net?

708


Why is it preferred to not use finalize for clean up?

725


Where is the view state data stored in asp net?

768


Define page output caching?

743


Explain what are delegates?

823


What are validator? Name the validation controls in asp.net?

721


Why session is necessary in web application?

713


How to create discussion forum in asp.net mvc? : Asp.Net MVC

743