ASP Ajax 控制工具包 - 按日期选择
我在文本框中有一个日历控件,我只是想知道在日历上选择日期时如何触发子控件?
扩展程序属性中的 OnClientDateSelection 已更改,但我不确定如何使用它。
任何帮助非常感谢! ——琼斯
I've got a calendar control on a text box I'm just wondering how I can trigger a sub when a date is chosen on the calendar?
There is a OnClientDateSelection changed in the extenders properties but im not sure how to use this.
Any help most appreciated! -- Jonesy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用一些客户端 JavaScript 手动回发您的表单。然后您只需检查所选日期即可执行您想要的操作。
You will need to manually post back your form with some client side javascript. Then you could just check the selected date to do what you want.