我需要设计一个活动卡路里 来记录不同类型的活动
创建 EventCalender. aspx
Title: Some Title
Details: Details of the Event
Start Date: 10-June-2012
End Date: 20-June-2012
Start Time: 2PM
End Time: 4PM
Recurring: YES/NO
Block Date: YES/NO
ShowEventOnWebsite: YES/NO
EventVisible: YES/NO
Type Of Event: Activity / Event
基于此,我们的数据库将与这些条目以及事件编号相似。
我需要设计一个接受以上细节的屏幕, 仅由网站管理员和其他网页管理, 供公众使用。
- Display Activity type event on Activity Page.
- Display Event Type event on Event Page.
- Display a Calender similar to one show in this link http://arshaw.com/fullcalendar/
- On Visitor Booking, Booking date should be block the days which are blocked by the admin and Dates like Saturday & Sunday should also be booked.
Just to mention 创建 EventCalender. aspx is managed by website administer.
如果有人能指给我一个类似功能的例子, 我会很感激。 我寻找这个功能, 但找不到太多。 与 ASP. NET MVC 有关的例子很少, 而我需要为 ASP. NET Webform 这样做。
I would also appreciate if someone can help me in converting the following example into asp.net webform http://blog.scheduler-net.com/post/2012/04/03/simple-event-calendar-asp-net.aspx
我不确定这是否使用和支付控制。