indoaryaan
IS-IT--Management
I am working with VS2002/VB.NET/ASP.NET. I have a Modal Dialog as PopUp window. I can create and close the PopUp. The below are the two scenarios when i need the PopUp. I am using JavaScript to create and close PopUp.
1) I need the PopUp to occur only the first time the page loads. Subsequent submission(submit button) of page/postback should NOT initiate PopUp.
2) I need the PopUp only after submission/Postback i.e PopUp should NOT occur on first time the page loads. The PopUp should occur AFTER the page load is complete i.e the PopUp(Modal Dialog) should remain on top of the page after all other controls have loaded and are visible.
Thanks for all the help.
1) I need the PopUp to occur only the first time the page loads. Subsequent submission(submit button) of page/postback should NOT initiate PopUp.
2) I need the PopUp only after submission/Postback i.e PopUp should NOT occur on first time the page loads. The PopUp should occur AFTER the page load is complete i.e the PopUp(Modal Dialog) should remain on top of the page after all other controls have loaded and are visible.
Thanks for all the help.