C
Chumley the Walrus
I keep getting a Parse error: thedate is not a member of Date when
trying to use the below in a calendar control
<% dim thedate
thedate = DateTime.Now() %>
<dcataCalendar id="cal1" runat="server" width="50%"
DayField="EventDate"
VisibleDate=thedate
OnVisibleMonthChanged="MonthChange">
????
chumley
trying to use the below in a calendar control
<% dim thedate
thedate = DateTime.Now() %>
<dcataCalendar id="cal1" runat="server" width="50%"
DayField="EventDate"
VisibleDate=thedate
OnVisibleMonthChanged="MonthChange">
????
chumley