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 to retrieve user name in case of Window Authentication?
Which dll handles the request of .aspx page?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Why is an object pool required?
Which methods validate all the controls on a page?
How can we update records in gridview?Is there any appropriate code for it?
What is the significance of ASP.NET routing?
List of words of preprocessor in .net?
How dataadapter.fill works?
What is enableviewstate in asp net?
What language does asp.net use?
Why mvc is better than asp.net? : Asp.Net MVC
How Can assign alias name for ASP.NET Web API Action?
What is cache in asp net?