views:

78

answers:

2

Hi Experts, I need to create an Asp.net Calendar Control with Daily-weekly-Monthly & Yearly view This Control should Have Some Events , Properties and some Methods as its clear.

This Control should be capable to add tasks ( jobs) and some photos in each day Also Should have Remainder and should be Full Ajaxable.

So As I'm not familiar with Custom Control, What Do you recommand to read and whats your advise to have a fast and Stable Control.

Do You know Any Open Source ASP.net Control like this ?

any help Appreciate


New Note : I want to Implement a Custom Control So Please Guild me through this way not with introducing available control ? My Schaduler has some Custom Properties which may not available at currently controls , so please show me a way to implement a fast & Stable Asp.net Custom Control

A: 

Do you mean something like this. http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx

or this http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.calendar(VS.80).aspx

Kieran
Dear Kieran, My Control is not something AjaxControlToolkit calendar (that just a simple calendar - Mine is something like Google Calendar)
Nasser Hadjloo
A: 

Check this question from SO. This is the control mentioned in the answer

Perpetualcoder
Dear Perpetualcoder, Your Demo was toogood and so closeto which I want to implement, Is it Open Source ? and how Can I Customize it, finally if its not open source Howtoimplement somethinglike it
Nasser Hadjloo
well..its opensource..so when u dload it..u will find all u need
Perpetualcoder