关于日程安排
问:
我想制作一个网络应用程序,该网络应用程序将是一个(时间表系统),包含(大学)的所有时间表(输入事件,显示当时的事件,更改事件......以及其他操作) 。
首先:请,我询问有关此任务的免费良好时间表控制。(我希望他们中的许多人选择对我来说方便的)。
第二:我需要帮助、建议、应该做什么来开始这项任务,以及是否有任何类似的网络应用程序。
随意解释一下想法。
非常感谢。
Q:
I want to make a web application , this web application will be a (schedule system) contains all time tables for(a university)(entering events,showing the events at those times,change events .... and other actions).
first :please ,i ask about free good schedule controls for this task.(i want many of them to select the convenient for me).
second : i need help, recommendation,what is supposed to do to begin this task, and if there is any similar web applications for this.
feel free to explain the ideas.
thanks a a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 FullCalendar (http://arshaw.com/fullcalendar/)。它是一个 jQuery 日历,具有月、周和日视图,并支持轻松的鼠标编辑事件。
它不是一个服务器控件,但集成到 asp.net 网站应该不会太难。
我还没有看到任何好的免费服务器控件。 Telerik 和 DevExpress 确实有相当不错的 Scheduler 组件,但要花一些钱。
Take a look at FullCalendar (http://arshaw.com/fullcalendar/). It's a jQuery calendar with month, week and day views and support easy mouse editing of events.
It's not a server control, but it shouldn't be too hard to integrate into asp.net website.
I haven't seen any good server controls that are free. Telerik and DevExpress do have quite nice Scheduler components, but cost something.