pop up window
-
on button click i open a new pop up window.when i am in that pop up window there will no action takeplace in the master page where i open the pop up window unless i close the popup window.
-
on button click i open a new pop up window.when i am in that pop up window there will no action takeplace in the master page where i open the pop up window unless i close the popup window.
-
on button click i open a new pop up window.when i am in that pop up window there will no action takeplace in the master page where i open the pop up window unless i close the popup window.
while being in the pop up window, i don't want any action to take place in the master page, unless i have closed the pop up window and returned back to master page. How to do that?
-
while being in the pop up window, i don't want any action to take place in the master page, unless i have closed the pop up window and returned back to master page. How to do that?
Ah so you want to disable the masterpage whilst in the pop-up, hmm... You either have two options here; 1. You dont include the masterpage at all within your pop-up window 2. You write some code to disable all the functions in the code behind masterpage comprenday?
We are not a Code Charity
-
Ah so you want to disable the masterpage whilst in the pop-up, hmm... You either have two options here; 1. You dont include the masterpage at all within your pop-up window 2. You write some code to disable all the functions in the code behind masterpage comprenday?
We are not a Code Charity
how abt Going for a Ajax Control ?
If You win You need not Explain............ But If You Loose You Should not be there to Explain......
-
how abt Going for a Ajax Control ?
If You win You need not Explain............ But If You Loose You Should not be there to Explain......
-
on button click i open a new pop up window.when i am in that pop up window there will no action takeplace in the master page where i open the pop up window unless i close the popup window.