what is wwf in asp.net?

Answer Posted / shivam kumar

If we have 2 select queries as follws
select * from dept
select * from emp

SqlDataReader dr;

//To Read 1st Select query dept
dr.Read();

//To Read 2nd Select query emp
dr.NextResult();

So the answer is dr.NextResult()

Is This Answer Correct ?    12 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the asp.net session state modes.

621


Explain repository pattern in asp.net mvc? : asp.net mvc

532


How to add DateTime Control in normal DataGrid Server Control?

584


List down the sequence of methods called during the page load.

533


What is the difference between session and viewstate?

520






Why do we need master page in asp.net?

535


What is the use of view state?

536


What is an example of an application service provider?

457


What is difference between session and viewstate?

477


Contrast OOP and SOA. What are tenets of each ?

1744


What are the security types in asp.net?

583


Explain significance of routing? : asp.net mvc

557


how to debug web services on consumer side?

582


What are HTTP handlers in ASP.NET?

583


How dataadapter.fill works?

566