The ToolTip Demo doesn't work after I imported the demo files. I've found out that the problem comes up with strong names:
http://joel.neubeck.net/2007/03/loading-custom-web-control-from-an-aspx-code-behind-page/
This Line don't work, because the given type is not: AppointmentToolTip instead it is ASP.AppointmentToolTip_ascx
http://joel.neubeck.net/2007/03/loading-custom-web-control-from-an-aspx-code-behind-page/
This Line don't work, because the given type is not: AppointmentToolTip instead it is ASP.AppointmentToolTip_ascx
AppointmentToolTip
toolTip = (AppointmentToolTip)LoadControl("AppointmentToolTip.ascx");
Even to add ClassName or changing the Reference Tag to Register, doesen't work.
<%
@ Register src="AppointmentToolTip.ascx" TagName="AppointmentToolTip" TagPrefix="ptc" %>