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
Define xmlreader class.
Is data edited in the Repeater control?
What is mvc in asp.net interview question? : Asp.Net MVC
What is the adavantage of using ASP.NET routing?
Explain global assembly cache.
What is css and what is it used for?
Explain about ASP.NET?
What are the main differences between asp and asp.net?
Explain the difference between web user control and web custom control?
Explain the difference between debug.write and trace.write?
What is query string?
What is Bundling and Minification in MVC?
Can you explain autopostback?
How do you create a master page?
What are directives in asp.net? List down all the important directives.