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
What is mvc in asp.net tutorial? : Asp.Net MVC
how to debug web services on consumer side?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What do you mean by serialize and marshalbyref?
How to use push notification?
What is an imagemap in asp.net?
What is sql data source control in asp.net?
Why is an object pool required?
Explain how asp.net page works?
What is the equivalent of date() and time() in asp.net?
Disable browser cache for entire ASP.NET website?
What are cookies in your browser?
What is bound controls
What are the steps involved to fill a dataset?
What is meant by ispostback in asp net?