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.