Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
未选择日期时如何向用户提供消息?我想在 DateTimePicker 顶部有一个标签 - “请选择一个日期”。当开始时没有选择日期时,标签将被激活。从日历中选择日期后,标签将设置为不可见。
有没有其他方法可以通过使用“ DateTimePicker Messages ”来完成我的任务?
对于 DateTimePicker,您实际上有几个选项。
我使用了AjaxControlToolkit 日历扩展器控件,它与页面字段验证功能配合得很好。
还有JQuery DatePicker。
或者尝试使用 VS 中的验证控件。:)