开发者

Showing a DevExpress AspxPopUpControl when user clicks a button

开发者 https://www.devze.com 2023-03-09 09:47 出处:网络
I have added a aspxpopupcontrol to my website. I开发者_Go百科 want to show this pop when a user clicks a button. I don\'t know how to invoke the controller.

I have added a aspxpopupcontrol to my website.

I开发者_Go百科 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消