Click here to Skip to main content
15,921,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys, I want to build an event calendar in an already existing asp.net webfroms application and for it to interact with DB any ideas where I should start? how to do it? and if there's any already done code around?

The idea to use 3rd-Party Controls was given but I have never used nor do I know how to... any tips on which one I should and how to start using it?
Posted
Updated 26-Jan-15 5:49am
v2
Comments
CHill60 26-Jan-15 11:08am    
What have you tried?
What research have you done?
varmartins 26-Jan-15 11:13am    
I have searched for complete code but only found FullCalendar (Jquery) which I couldn't really get to work and some other options which had to pay and also googled the question I posted here and found nothing useful
ZurdoDev 26-Jan-15 11:11am    
I'd use a 3rd party control.
varmartins 26-Jan-15 11:14am    
Which one would you use?
ZurdoDev 26-Jan-15 11:23am    
Not sure. Haven't had to do one before. But the amount of code is likely too high that I'd rather find one if I can first.

Just google around for options and see what you like.

1 solution

Third party options...

This one has some popularity - there is a "lite" version which is open-source http://www.daypilot.org/[^]. There's a CP article on it too DayPilot Scheduler Control for ASP.NET[^]

More costly options are Infragistics[^] or Telerik[^]. There are developer/support forums for all of the above.

There is a tutorial on how to build one with database links here[^] based on scheduler-net/[^]

I'll also repeat @Kornfeld Eliyahu Peter's suggestion of this CP article Event Calendar [ ASP.NET 2.0 / C# ][^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900