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


Please Help Members By Posting Answers For Below Questions

Explain Areas in MVC?

725


What is the use of the tag in the web.config file?

661


Is there any limit for query string? Means what is the maximum size?

578


What is viewstate parameter?

622


What is viewstate? In which event of the page life cycle, is the viewstate available?

692






Why do we use sessions?

674


What do you mean by marshalbyref?

739


what is DLL Hell and how it is solved in .NET? please explain clearly??

1970


Explain the difference between debug.write and trace.write?

605


How long does an http session last?

602


i want the asp.net technical questions and answeres

1674


Explain what the contents of cookie?

682


Where do the cookie state and session state information be stored?

596


What is the difference between file-based dependency and key-based dependency?

673


Where can I get information on cookies in asp.net?

657