How to open a popup image on page load in asp.net ? and can its possible that when i close the popup it should not open whan the session value is not end.
Put your image in ModalPopup and when the Page Loads show the Modal Popup. In the cancel Popup Button Event set the Session. You need to use this code
if(Session["Popup"] != null) { this.mpeImage.show(); }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.