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

What is the difference between Classic ASP and ASP.Net?

662


How you can return View from ASP.NET Web API method?

690


How to retrieve user name in case of Window Authentication?

406


How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

825


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

774






Where is the session stored?

760


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

675


Is asp net front end or backend?

656


Do cookies store passwords?

630


What is difference between Fragment Caching and Page Caching in ASP.NET?

702


How do u optimize a query in asp.net?

686


What are standard controls?

630


What is http only cookie?

667


What is the difference between session.abandon() vs clear()?

638


What is an il?

678