Re: Asp Interview Questions What are lock and unlock in application variables? Where we use them?
You can lock an application with the "Lock" method. When an application is locked, the users cannot change the Application variables (other than the one currently accessing it). You can unlock an application with the "Unlock" method. |