In SP has contains 10 query,By Using Dataset Object I need
to fetch 8th query of records? How?
Answer Posted / devanathan
Get the DateSet Object's 8th table will give you the 8th
query records.
DataSet ds = new DataSet();
DataTable dt = new DataTable();
dt=ds.Tables[8];
Now dt will have the records returned by the 8th query
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
Explain different types of validators in asp.net?
Explain about solution explorer window?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
what is loosely coupled solution? How it can be used?
How many types of cookies are available in asp?
Describe the .net base class library.
Why should i prefer JSP over asp.net or any other web development language..??
What is a session government?
What is enableviewstate in asp net?
What is mvc in asp.net interview question? : Asp.Net MVC
Explain about consistent programming model in the .NET framework?
What is query string in asp.net?
Define view state.
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the difference between overriding and overloading?