In SP has contains 10 query,By Using Dataset Object I need
to fetch 8th query of records? How?
Answer Posted / sarvesh
the index starts from 0.
ds.tables[7]
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the viewstate in asp.net?
Explain cookies with example.
What are themes and skins in 2.0, explain usage scenario?
Distinguish between Server-side and Client-side code with its functionality?
What is ipostback?
Can viewstate be accessed in another page?
Which two new properties are added in asp.net 4.0 page class?
What is server side session?
Explain ViewState?
What is the difference between a page theme and a global theme?
Is asp.net different from asp? If yes, explain how?
what is the difference between response.write() and response.output.write()?
Which class is used to send an email message from an ASP.NET Web page?
What is redirecting behavior?
What is the significance of ASP.NET routing?