In SP has contains 10 query,By Using Dataset Object I need
to fetch 8th query of records? How?
Answer Posted / javed
DataSet ds = new DataSet();
DataTable dt = new DataTable();
dt=ds.Tables[7];
because index start 0.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do I create a web form?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is state management technique?
List the advantages and disadvantages of user control an custom control?
What are asp.net web forms?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is a page life cycle?
What are early binding and late binding.
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is caching in asp.net?
What is the life cycle of an asp.net page?
Can one dll file contains the compiled code of more than one .net language?
Which class is used to send an email message from an ASP.NET Web page?
What is HTTPModule and HTTPcontext? What is the use of each?
What are the security types in asp.net?