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
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Explain what does mvc represent in asp.net? : asp.net mvc
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is mvc in asp.net interview question? : Asp.Net MVC
Explain how can we inherit a static variable?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is the displayafter property in updateprogress control?
Explain how viewstate is being formed?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is the difference between web config and machine config files?
How to implement form based authentication in asp.net application?
What is round trip in asp.net?
What is viewstategenerator?
3. What goals do you have in your career?
What is AutoEventWireup attribute for ?