Can this be done in ASP.NET with calendar control
Hi,
I'm new to asp.net..very new
I previously have experience with asp classic,vb6,vb.net
I'm looking to create a calendar using ASP.NET just like the following examples:
http://www.mbam.qc.ca/en/calendar/ca...er_culturel.sn
http://girofle2.telecom.uqam.ca/cale.../liste_sdc.php
I know there is a asp.net calendar control and I know how to create the calendar, what I am unsure of is after a click event how to populate the main body of the page. Since the data entered will be dynamic I will have several events. I want to know how to display multiple events.
Can I get some guidance as how I should proceed?
I will be retrieving my data from an SQL table.
Will I have to use Javascript along with the ASP.net calendar?
Hoping someone with past experience with such a project can point me in the right direction.
Thanks in advance!
Happy New Year!
Re: Can this be done in ASP.NET with calendar control
For Handling the Day Click handle the Calendar1_SelectionChanged event
Refer the below MSDN article for Responding the date selection on Calendar control
http://msdn.microsoft.com/en-us/libr...=vs.71%29.aspx
Re: Can this be done in ASP.NET with calendar control
Hello Geeroc,
I am not sure whether I follow exactly what you mean by multiple events. Can you clarify what you are talking about?
I would suggest that you start with the ASP.Net Calendar, as Dana has pointed out, and work from there. It might be that you need to use a client side Calendar, for instance, from jQuery, but we can discuss that once we know exactly what you are trying to do.
Gary