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
Where the assembly is stored in asp.net?
What are the namespaces used in asp.net mvc? : asp.net mvc
Is post back in asp.net?
Explain about asp.net 2.0 themes?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How can we pass info between 2 asp.net pages?
Define static function?
How can you identify that the page is post back?
Define application state variable and session state variable?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is different authentication mechanisms used in ASP.NET?
Elaborate differentiation between ViewState and SessionState?
Which is faster union or union all?
Why select Web API?
What is the part of url?