如何向经典 ASP 页面添加可点击的日历小部件?

发布于 2024-10-03 18:24:57 字数 167 浏览 2 评论 0原文

我通常在 ASP.net 页面上工作,并使用 Microsoft 提供的 .net 日历控件。我发现效果很好。

有人要求我向经典 ASP 页面添加可点击日历小部件,所以我想知道向经典 ASP 页面添加可点击日历小部件最简单的方法是什么。我所需要的只是用户单击的日历,然后将所选日期复制到页面上的文本框中。

I normally work on ASP.net pages and I use the .net calendar control provided by Microsoft. I find that it works well.

Someone asked me to add a clickable calendar widget to a classic ASP page, so I would like to know what is the easiest way to add a clickable calendar widget to a classic ASP page. All I need is a calendar that the user clicks and then the date selected is copied into a text box on the page.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

£噩梦荏苒 2024-10-10 18:24:57

看一下 Jquery UI,它有一个漂亮的日历小部件,而且非常易于安装。

http://jqueryui.com/demos/datepicker/

Take a look at the Jquery UI, it has a nice calendar widget that is really easy to install.

http://jqueryui.com/demos/datepicker/

遇到 2024-10-10 18:24:57

双击日历小部件的日渲染事件
并在事件处理程序中尝试:

e.Day.IsSelectable = true;

我希望它有帮助

Double click On Day Render Event of your Calender widget
and in the event handler try:

e.Day.IsSelectable = true;

I hope it helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文