类似于 Google 日历的 ASP 日历控件
我将开始从事 ASP.NET 开发的项目。
在这个项目中,我需要在月历中显示数据,比如谷歌的日历或类似的东西。
所以我的问题是: 我可以使用任何控件来做这件事吗? 如果没有,你有什么建议?
I'm going to start working on project developed in ASP.NET.
In this project I need to show the data in a month calender like Google's calendar or something like that.
So my question is:
Is there any control I can use to do this thing?
If not, what do you suggest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有日历 ASP.NET 中的控件,它提供了一些您可以查看的基本功能。 AJAX 控制工具包中还有一个日历扩展。
There's the Calendar control in ASP.NET which offers some basic functionality that you may take a look at. There's also a calendar extension in the AJAX Control Toolkit.