In SP has contains 10 query,By Using Dataset Object I need
to fetch 8th query of records? How?
Answer Posted / jignesh contractor
From SP we want the 8th query.....
so that we can be access by
DataSet ds = new DataSet();
DataTable dt = new DataTable();
dt = ds.Tables[8]; //As Index Starts from 0th Index....
Now dt will have the records returned by the 8th query..
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Can any body provide me the sample web application in asp.net
What is syntax code to send email from an asp.net application?
Where is the view state data stored in asp net?
Explain the purpose of storyboard.targetproperty.
How would you get asp.net running in apache web servers? Explain it's limitations.
What is the difference between a default skin and a named skin?
What are the parts of an http response?
What is difference between rest and soap?
How do I publish my asp.net application to my isp's web server?
Explain asp.net application life cycle?
How u refer webservices?
How can you handle exceptions in asp.net?
What language does asp.net use?
How many types of controls are there in asp.net?
Why do we use asp.net?