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
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?
Why web api is better than wcf?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is difference between asp.net and asp?
What are the advantages of using session?
What’s the use of “GLOBAL.ASAX” file?
What are the different web pages?
Name the namespace which is used by ado.net?
Why is it preferred to not use finalize for clean up?
Where is the view state data stored in asp net?
Define page output caching?
Explain what are delegates?
What are validator? Name the validation controls in asp.net?
Why session is necessary in web application?
How to create discussion forum in asp.net mvc? : Asp.Net MVC