Showing a DevExpress AspxPopUpControl when user clicks a button

て烟熏妆下的殇ゞ 提交于 2019-12-12 18:40:03

问题


I have added a aspxpopupcontrol to my website.

I want to show this pop when a user clicks a button. I don't know how to invoke the controller.

How can this be done?


回答1:


There are two ways to show the ASPxPopupControl - using the server side and client side code. To show the ASPxPopupControl from the server code, set the ASPxPopupControl.ShowOnPageLoad property to true. To invoke the ASPxPopupControl from a client side code, call the ASPxPopupControl's Show method. The How to show the ASPxPopupControl example demonstrates both ways.



来源:https://stackoverflow.com/questions/6195545/showing-a-devexpress-aspxpopupcontrol-when-user-clicks-a-button

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!