Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
6074 Points
2354 Posts
Jun 16, 2009 10:53 AM|LINK
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
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
Ganesh@Nilgr...
Contributor
6074 Points
2354 Posts
Re: Event Calendar Control
Jun 16, 2009 10:53 AM|LINK
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
Please Mark As Answer If my reply helped you.