What happens when you encounter a continue statement inside the for loop ?
Answer / kirti
The code for the rest of the loop is ignored, the control is transferred back to the beginning of the loop.
Is This Answer Correct ? | 0 Yes | 0 No |
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
What are the advantages of asp.net mvc?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Have you designed any components?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Explain the request flow in asp.net mvc framework?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
I have a GridView on web form, and a column in a grid is a linkbutton to open popup..., my problem is when i click on link button in a gridview popup opens as well works fine. but when i click on link button once again my popup window doesnt open. Can any one help please...
How does the 'page lifecycle' of asp.net mvc works?
What are the methods in Thread class?
Explain bundle.config in mvc4?
What are action filters?