English 中文(简体)
ASP.Net 具有预订功能的网站活动标码
原标题:ASP.Net event calender for website with booking feature

我需要设计一个活动卡路里 来记录不同类型的活动

创建 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

基于此,我们的数据库将与这些条目以及事件编号相似。

我需要设计一个接受以上细节的屏幕, 仅由网站管理员和其他网页管理, 供公众使用。

  1. Display Activity type event on Activity Page.
  2. Display Event Type event on Event Page.
  3. Display a Calender similar to one show in this link http://arshaw.com/fullcalendar/
  4. 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

我不确定这是否使用和支付控制。

问题回答

The tutorial you mentioned is for the creation of an event calendar in asp.net webform. Could you specify the problems you have with integrating this control into your project? Regarding day blocking, there is a client-side API for this purpose. Here is the related doc





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签