Pop up events Using C# ASP.Net Code
-
:sigh: How to check popup window closed or with in that link button is clickedd or not.it mence-after displaying popup window if user close or click on link button with in the popup window the varible xyz should set to 1 value. it meance if(popup.close==true) { xyz=1; } or if(popup.linkclick==true) { xyz=1; } :(
-
:sigh: How to check popup window closed or with in that link button is clickedd or not.it mence-after displaying popup window if user close or click on link button with in the popup window the varible xyz should set to 1 value. it meance if(popup.close==true) { xyz=1; } or if(popup.linkclick==true) { xyz=1; } :(
[Message Deleted]
-
[Message Deleted]
How to check popup window closed or with in that link button is clickedd or not.it mence-after displaying popup window if user close or click on link button with in the popup window the varible xyz should set to 1 value. it meance if(popup.close==true) { xyz=1; } or if(popup.linkclick==true) { xyz=1; } how to catch popup close event.
-
How to check popup window closed or with in that link button is clickedd or not.it mence-after displaying popup window if user close or click on link button with in the popup window the varible xyz should set to 1 value. it meance if(popup.close==true) { xyz=1; } or if(popup.linkclick==true) { xyz=1; } how to catch popup close event.
Please go though below link: http://www.codeproject.com/KB/aspnet/passingvalueschild2parent.aspx[^]
Parwej Ahamad g.parwez@gmail.com