Answer Posted / raju jaiwardhan
When two programming elements share the same name, one of
them can hide, or shadow, the other one. In such a
situation, the shadowed element is not available for
reference; instead, when your code uses the element name,
the Visual Basic compiler resolves it to the shadowing
element.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What are the 3 main components of an asp.net mvc application?
How we can multiple submit buttons in ASP.Net MVC
Do you know about the new features in ASP.Net MVC 4 ?
What is .net framework & its benefits?
What are ajax helpers in mvc?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain what is the difference between view and partial view?
What is entity framework? : Entity framework
what is model first approach?
Explain Model, view and Controllers in Asp.Net MVC?
What is entity sql? : Entity framework
What is objectset? : Entity framework
What is asp net framework?
Why should we go for entity framework?
What are the main features of asp.net mvc 4 used by asp.net web api?