ASP.Net AJAX 日历 - 只允许用户选择星期一
我有一个 ASP.NET AJAX 日历和一个文本框。我希望用户应该能够从日历中仅选择星期一,因为这是业务规则。
我可以通过使用 DayRender 事件使用常规 ASP.NET 日历控件来实现此目的,但是我希望使用 AJAX Calender 控件,因为它具有更好的外观、轻松的导航和部分回发。
如何使用 ASP.NET AJAX 日历实现此目的(仅选择星期一)?
I have a ASP.NET AJAX Calender and a TextBox. I want the user should be able to select only Mondays from the calender as that is the business rule.
I can achieve this by using regular ASP.NET calendar control using the DayRender event, however I wish to use the AJAX Calender control because of its better appearance, easy navigation and partial postback.
How can I achieve this (selecting only Mondays) using ASP.NET AJAX calendar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果用户尝试选择星期一以外的任何内容,您只能通过
警告
用户来解决此问题:You could only workaround by
alert
the user if he tries to select anything else than a Monday: