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
Name the two properties are on every validation control?
Explain diff. Between friend and protected friend?
What is the purpose of url encoding?
Difference between singleton and singlecall.
What is the significance of attaching a profile while creating a user?
What is runat?
Which is the parent class of the ASP.NET server control?
Explain the difference between server control and html control.
Explain diff. Betn dataset and recordset?
What is protected configuration?
What do you mean by View State and what is its role?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
How do you secure your connection string information?
What is the good practice to implement validations in aspx page?
Where would you use an ihttpmodule, and what are the limitations of any?