When I try http://www.daypilot.org/tutorial-calendar-sqlserver.html, I get this error when I view in browser.. BC30456: 'EventDetail_ItemUpdated' is not a member of 'ASP.web_app_daypilot_aspx'. Where is the subroutine called 'EventDetail_ItemUpdated' ? I am also missing these subs I believe, all in the <asp:DetailsView ID="EventDetail".. > tag EventDetail_ItemCommand EventDetail_ItemUpdating EventDetail_ItemInserted
ok found it in the tutorial in the Default.aspx.vb file, my bad, thanks. Eunice