Hi,
I would like to create a calendar view of some events gets from a database, Is it possible to make it with a repeater control? Or its the wrong way?
Txs..
Hi,
I would like to create a calendar view of some events gets from a database, Is it possible to make it with a repeater control? Or its the wrong way?
Txs..
ASP.NET has a calendar built in that you could use. Some details are here: http://www.w3schools.com/aspnet/control_calendar.asp
I've also used the FullCalendar jQuery plugin to achieve a similar thing.
There's no reason you couldn't use a repeater control to make the calendar, but it seems like a lot of work considering there are already controls around that could do this for you