Click here to Skip to main content
15,897,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Need Help

Somebody please help me.

i am going to develop a asp.net project where i need to show a popup in the page "default.aspx". popup will load only the first time of the website loading.

that means popup will show at the first time and only one time of website load not other times when i load the page(default page).if i close the website and then load again the popup will show.
Posted
Comments
Muralikrishna8811 26-Apr-12 4:33am    
Hi,

how you displayed that popup by using ajaxtoolkit or Jquery or Window.open(

You can use ModalPopup control from Ajax Control Toolkit.

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ModalPopup/ModalPopup.aspx[^]


Also you can use jQuery or other controls as this one (which I find particularly indicated for your problem)

http://demos.devexpress.com/ASPxperienceDemos/PopupControl/Features.aspx[^]


Once you decide the road, if you have any problems or questions, we will be happy to help.


Cheers
 
Share this answer
 
you can follow below link

http://www.w3schools.com/js/js_popup.asp[^]


Regards
Aravind G
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900