show popup on content page
-
Hi all , I tried to show the modal popup as a message during page load .Problem is the page is content page (not have body). where i can put the code to open popup window? and how to code for open popup window?
you can show popup from server side Page_Load() Method of content page. you can use
Page.ClientScript
orScriptManager.RegisterStartupBlock
( For AJAX ) to show the popup.cheers, Abhijit
-
Hi all , I tried to show the modal popup as a message during page load .Problem is the page is content page (not have body). where i can put the code to open popup window? and how to code for open popup window?
-
Hi all , I tried to show the modal popup as a message during page load .Problem is the page is content page (not have body). where i can put the code to open popup window? and how to code for open popup window?