ASP.Net弹出问题

问题描述:

需要帮助

有人请帮助我.

我要开发一个asp.net项目,我需要在该页面的"default.aspx"中显示一个弹出窗口.弹出窗口将仅在第一次加载网站时加载.

这意味着当我加载页面(默认页面)时,将仅在第一次加载时显示弹出窗口,而在其他时间仅加载一次网站.如果我关闭网站,然后再次加载,则将显示弹出窗口.

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.

您可以使用Ajax Control Toolkit中的ModalPopup控件.

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


您也可以将jQuery或其他控件用作此控件(我发现它特别针对您的问题)

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


一旦您决定了道路,如果您有任何问题或疑问,我们将很乐意为您提供帮助.


干杯
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


您可以点击以下链接

http://www.w3schools.com/js/js_popup.asp [
you can follow below link

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


Regards
Aravind G