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
What is difference between web api and web services?
How you can access the values from the Repeater control in ASP.NET?
What is an asp.net web form?
How can you pass multiple complex types in Web API?
Is asp.net a programming language?
What is diff. Between abstract class and an interface?
What is the life cycle of web page?
what is the difference between response.write() and response.output.write()?
What is the difference between Hash table and Array list?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What describes a query?
What is authorization in asp.net?
Define viewstate in .net?
What is the use of view state?
What is the concept of postback in asp.net?