Is It Possible for Static Variables access normal variable?
and Normal Varialbe Access the static Variables?
Answer / srinu
static variables can access using this keyword. and the
normal variables can access the static variables using
class.variable_name.
Is This Answer Correct ? | 7 Yes | 0 No |
What is the difference between server-side scripting and client-side scripting?
What is the difference between table and query?
How do you define authentication in Web.Config?
2 Answers Accenture, BirlaSoft, IBM,
List the types of authentication supported by asp.net?
What are Http handler ?
6 Answers Accenture, BirlaSoft, Satyam, Syntel,
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?
how to write code for role based security
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
How tooltip is set through code-behind in ASP.NET?
Write a standard lock() plus double check to create a critical section around a variable access?
what is code access security,role based security explain with example
Explain the flow of processing of the request? : asp.net mvc