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
Why we are using mvc instead of asp.net? : Asp.Net MVC
Explain cookies with example.
Explain the use of resource manager class in .net.
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are the features that make asp.net more used framework? : asp.net mvc
How many types of cookies are there in asp.net?
Describe the disadvantage of cookies.
Describe session handling in a webfarm?
How can you display all validation messages in one control?
Explain parts of assembly?
What is the difference between GridView and Repeater controls in ASP.NET?
What is DataGrid wheater its a Server Control or something else ?
What is round trip in asp.net?
Explain the path instructions in xaml?
Is asp.net core faster?