Results 1 to 3 of 3

Thread: Can this be done in ASP.NET with calendar control

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2008
    Posts
    7

    Red face 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!

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    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
    Please mark you thread resolved using the Thread Tools as shown

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width