About the multiple instances of same form
-
hi , I am devloping a web application in which i have an menu from which diffrent pages can be open now what i want is to restrict the user to open the same page from the menu more than once.so how do i restrict. Thanks in advance for your help.
-
hi , I am devloping a web application in which i have an menu from which diffrent pages can be open now what i want is to restrict the user to open the same page from the menu more than once.so how do i restrict. Thanks in advance for your help.
If the pages are popups, then you can do this using javascript. keep a reference to each open window and focus on it if someone tries to open it when it is already open.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
If the pages are popups, then you can do this using javascript. keep a reference to each open window and focus on it if someone tries to open it when it is already open.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
Thanks for replaying But these pages are not popups these are the master form , whats the requirement is that when once the form is open and user agian tries to open it it should not do any thing.
-
Thanks for replaying But these pages are not popups these are the master form , whats the requirement is that when once the form is open and user agian tries to open it it should not do any thing.