Using shadow variable is good or bad for application?
Answer Posted / arul
It's not good programming method. Better we can use
overriding concepts to avoid shadow copy the variables.Using
shadow copy will lead to the confusion while doing more coding.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain the main function of razor in asp.net? : asp.net mvc
Describe session handling in a webfarm, how does it work and what are the limits?
How do you design a website with multilingual support in ASP.NET ?
Why we use asp.net for website development?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is the difference between a page theme and a global theme?
Why should i prefer JSP over asp.net or any other web development language..??
What is form submit?
What are the options in ASP.NET to maintain state?
Can you change a Master Page dynamically at runtime?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Explain how do you validate the controls in an asp .net page?
Explain client-side scripting?