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 |
can I use session variable in App_code Class page??
How many types of page.
5 Answers TCS, Verinon Technology Solutions,
Is session server side or client side?
How to implement caching?
Explain the server control events of asp.net ?
User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
What are Authentication and Authorization?
Explain the difference between panel and groupbox classes using .net?
What is an axd file?
What is Stateless ASP or ASP.Net?
What is the concept of view state in asp.net?