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..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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