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 is msl?
What are the options can be configured in AJAX helpers?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Can you please explain the request flow in ASP.NET MVC framework?
what is entity framework?
What is managed extensibility framework?
Explain what is routing?
What is associationset? : Entity framework
What is difference between html.beginform and ajax.beginform?
What is difference between viewbag and viewdata and tempdata?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is routeconfig.cs in mvc 4?
What are the possible razor view extensions?
What is web api‘s in asp.net mvc 4 ?
What are Scaffold templates in ASP.Net MVC?