Event Calendar Control

Last post 06-16-2009 6:53 AM by Ganesh@Nilgris. 8 replies.

Sort Posts:

  • Event Calendar Control

    10-12-2007, 8:45 PM
    • Member
      point Member
    • mnj1mxd
    • Member since 10-25-2006, 11:12 PM
    • Posts 2
    I just downloaded the event calendar control from My Club Site web site and was looking for some direction on how to implement this control.I'm assuming the control needs to be compiled and then added to the tool bar. Does anyone know of any write up or how to papers that I can possibly follow to implement this control on a different site?Let me know if anyone can help get me started.
  • Re: Event Calendar Control

    10-19-2007, 7:58 PM
    • Participant
      1,159 point Participant
    • MaineOne
    • Member since 01-20-2006, 1:00 AM
    • Maine
    • Posts 283

    Put the .dll file in your bin folder.( if the bin folder does not exist add it by right clicking on the root in solution explorer and select Add ASP.net folder | bin)

    You can add to your toolbar by right clicking and selecting Choose Items, then browse for the dll and add it. 

      Then add a namespace at the top of the page using the control.

     <%@ Register TagPrefix="ec" Namespace="ControlSample" Assembly="EventCalendar" %>

     Then you should be able to add it on the page.

    Support@aspsksolutions.com

  • Re: Event Calendar Control

    06-01-2008, 7:20 PM
    • Member
      43 point Member
    • jesibl
    • Member since 12-11-2006, 10:02 PM
    • Posts 104

    I did all that but now there is the error:

    "There was an error rendering the control.  is neither a DataColumn nor a DataRelation for table"

    What am I doing wrong?

    Can someone post a sample of the code on the ASPX page please?

  • Re: Event Calendar Control

    08-29-2008, 7:42 AM

    jesibl:

    I did all that but now there is the error:

    "There was an error rendering the control.  is neither a DataColumn nor a DataRelation for table"

    What am I doing wrong?

    Can someone post a sample of the code on the ASPX page please?

    u get the error because u have to set the following property

    DayField = "EventDate"

    and this field "EventDate" should come a database field.

    ie look at the database which comes with clubstarter. in that database u vl have a table called as "events" and u vill have field "starttime" which is date field

    in my case i have a table called "events" and have a field as "eventdate" which is mapped to sqldatasource and mapped to eventscalender control

    further u need copy the css of events calendar to ur site to properly render the control.

    i had been struggling with this for a long time and finally got it today,

     

     

     

    Jai Ganesh. J , GSD ,India

    Please Mark As Answer If my reply helped you.
  • Re: Event Calendar Control

    06-11-2009, 8:05 AM
    • Member
      2 point Member
    • sridgway
    • Member since 06-11-2009, 12:03 PM
    • Posts 1

    I'm still struggling with this: 

    "There was an error rendering the control.  starttime is neither a DataColumn nor a DataRelation for table"

     not sure how to fix and don't understand solution above - please help!!!!

    It does work locally - although in the design view in VWD 2008 express it does show the same error message

     

  • Re: Event Calendar Control

    06-13-2009, 7:46 AM
    • Member
      106 point Member
    • gunjansa
    • Member since 05-30-2008, 6:08 AM
    • Posts 56

     Here you may use this:

    http://graymattersoft.com/NETProducts/GMDatePicker/Demo/tabid/71/Default.aspx

  • Re: Event Calendar Control

    06-16-2009, 6:53 AM

    sridgway:

    I'm still struggling with this: 

    "There was an error rendering the control.  starttime is neither a DataColumn nor a DataRelation for table"

     not sure how to fix and don't understand solution above - please help!!!!

    It does work locally - although in the design view in VWD 2008 express it does show the same error message

     

     

    u get this error becuse it expects a field of "DataTime" from table , datatable or any source

    once u set the "EventDate" u should be able to get the design view in the aspx page

     

    Jai Ganesh. J , GSD ,India

    Please Mark As Answer If my reply helped you.
  • Re: Event Calendar Control

    06-16-2009, 6:53 AM

    sridgway:

    I'm still struggling with this: 

    "There was an error rendering the control.  starttime is neither a DataColumn nor a DataRelation for table"

     not sure how to fix and don't understand solution above - please help!!!!

    It does work locally - although in the design view in VWD 2008 express it does show the same error message

     

     

    u get this error becuse it expects a field of "DataTime" from table , datatable or any source

    once u set the "EventDate" u should be able to get the design view in the aspx page

     

    Jai Ganesh. J , GSD ,India

    Please Mark As Answer If my reply helped you.
  • Re: Event Calendar Control

    06-16-2009, 6:53 AM

    sridgway:

    I'm still struggling with this: 

    "There was an error rendering the control.  starttime is neither a DataColumn nor a DataRelation for table"

     not sure how to fix and don't understand solution above - please help!!!!

    It does work locally - although in the design view in VWD 2008 express it does show the same error message

     

     

    u get this error becuse it expects a field of "DataTime" from table , datatable or any source

    once u set the "EventDate" u should be able to get the design view in the aspx page

     

    Jai Ganesh. J , GSD ,India

    Please Mark As Answer If my reply helped you.
Page 1 of 1 (9 items)