本文介绍了在asp.net页面弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 如何在asp.net页面上制作弹出窗口?how to make pop window on asp.net page ??推荐答案<asp:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="Gdvwratebtn" BackgroundCssClass="modalBackground" PopupControlID="ratepopup" DropShadow="true"> </asp:ModalPopupExtender> 和 创建asp按钮&面板 面板内部使用asp所有控件作为你的愿望 ** TargetControlID =Gdvwratebtn是按钮ID ** PopupControlID = ratepopup是Panel IDand create the asp button & panels inside of panel use asp all controls as your wish **TargetControlID="Gdvwratebtn" is the Button ID **PopupControlID="ratepopup" is the Panel ID 这篇关于在asp.net页面弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-29 01:06