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
Why does my asp.net file have multiple tag with runat=server?
What is ASLM?
State differences between MVC and WebAPI
What does ascx stand for?
Can viewstate be accessed in another page?
Write code to send e-mail from an asp.net application?
What are server-side comments in ASP.NET?
What is http only cookie?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Define common type system?
Describe the method to create a permanent cookie?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Is it possible to write code in many languages in one asp.net project?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is user control in asp.net?