ASP ChangePassword 控件完成后运行客户端代码
我在 DevExpress ASPxPopupControl 中有一个 .net ChangePassword 控件。我想在成功更改密码后自动关闭弹出窗口 - 但是,我看不到任何允许我将 popup.Hide()
挂接到继续按钮。这样的事可能吗?
I've got a .net ChangePassword control inside a DevExpress ASPxPopupControl. I'd like to automatically close the Popup window after the password has been successfully changed - however, I can't see any client-side controls that allow me to hook a popup.Hide()
to the Continue button. Is such a thing possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果“继续”按钮是 AspxButton,请使用以下代码。 您需要确保 PopupControl 的 ClientInstanceName 设置为“popup”
If the Continue button is an AspxButton, use the below Code. You need to make sure the ClientInstanceName of the PopupControl is set to "popup"