• Is it necessary to lock application state before accessing it?
Application.Lock ();
Application["ItemsSold"] = (int) Application["ItemsSold"] + 1;
Application["ItemsLeft"] = (int) Application["ItemsLeft"] - 1;
Application.UnLock ();
-->
It allows the page to save the users input on a form across…
Response.Redirect: This tells the browser that the requeste…
Overloading:Overloading refers to the ability to define mul…
Different types of assemblies are Priave, Public/Shared, St…
Comments