在code-behind代码中写入: //设置为默认的消息窗口 popupWin.ActionType=PopupWidow.Web.PopupAction.MessageWindow; //设置窗口的标题,消息文字 popupWin.Title="This is popup"; popupWin.Message="<i>Message</i> displayed in popup& quot;; popupWin.Text="Text to show in new window..";
在浏览器右下角弹出消息框! 在code-behind代码中写入: //设置为默认的消息窗口 popupWin.ActionType=PopupWidow.Web.PopupAction.MessageWindow; //设置窗口的标题,消息文字 popupWin.Tit le="This is popup"; popupWin.Message="<i>Message</i> displayed in popup"; popupWin.Text="Text to show in new wi