ssjadhav
March 4th, 2002, 01:02
Using ASP, i have developed Find and Maintain screens.
Find screen displays all books available in a Store.
From Find screen, i can go to Maintain screen, where i can change information related to particular book. When I am in maintain screen, no body should be able to modify information of that book. Others can only be able to see in read only mode. This is done by setting one flag for a book when it is first time edited. This flag is reset whenever user comes out of maintain screen(by clicking submit/cancel button or closes browser).
Now the problem is when the user has opened book information in maintan mode, and if Internet Explorer browser hangs, then how to reset the flag so that other users can edit it.
Find screen displays all books available in a Store.
From Find screen, i can go to Maintain screen, where i can change information related to particular book. When I am in maintain screen, no body should be able to modify information of that book. Others can only be able to see in read only mode. This is done by setting one flag for a book when it is first time edited. This flag is reset whenever user comes out of maintain screen(by clicking submit/cancel button or closes browser).
Now the problem is when the user has opened book information in maintan mode, and if Internet Explorer browser hangs, then how to reset the flag so that other users can edit it.