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
What is viewstate parameter?
What is a web pool?
How many languages are supported by .NET at present time?
What are the benefits of view state?
Name some asp objects?
What is the difference between debug and release?
Explain the concept of event bubbling in ASP.NET?
How do I know asp.net mvc version? : Asp.Net MVC
What are the ways of preserving data on a Web Form in ASP.NET?
What is autopost?
What does the .webpart file do?
What is an asp.net validator? And, mention its types.
What I need to create and run an asp.net application?
Explain the use of fragment caching.
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?