如何在 ASP.NET Datagrid 中弹出日历?

发布于 2024-08-21 02:12:52 字数 39 浏览 5 评论 0原文

如何在 ASP.NET + C# Datagrid 中弹出日历?

How do I pop-up a calendar inside an ASP.NET + C# Datagrid?

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

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

发布评论

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

评论(2

很糊涂小朋友 2024-08-28 02:12:52

您可以将其设为文本字段,然后使用日历/日期选择器的众多 JavaScript 库之一。

以下是其中 50 个的列表,附有评级和一些基本信息。如果您不想使用任何其他 javascript 库,或者您不知道其中之一是什么,则需要一个标记为“独立”的库。

http://marcgrabanski.com/article/ultimate-list-of-datepickers

You could just make it a text field, and then use one of many javascript libraries for calendars/datepickers.

Here is a list of 50 of them, with ratings and some basic info. You'll need one marked "Standalone" if you don't want to used any other javascript libraries, or you don't know what one of those is.

http://marcgrabanski.com/article/ultimate-list-of-datepickers

最丧也最甜 2024-08-28 02:12:52

您需要为提交日期文本控件创建一个 TemplateColumn 并在其中放置一个 AJAX CalendarExtender,这将为您完成所有 javascript 操作。

请参阅以下站点,获取有关如何开始使用 AJAX 和 Control Toolkit 的一些有用教程。

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/日历/Calendar.aspx

You'll need to create a TemplateColumn for a Submission Date text control and place an AJAX CalendarExtender in with it, this will do all the javascript for you.

See the below site for some useful tutorials on how to get started with AJAX and the Control Toolkit.

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx

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