This is a migrated thread and some comments may be shown as answers.

[Solved] ToolTip Demo doesn't work

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ingo Dignas
Top achievements
Rank 1
Ingo Dignas asked on 15 Jun 2009, 08:32 AM
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

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" %>

 

 




1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 17 Jun 2009, 02:34 PM
Hi Joerg,

Could you please specify which one of the RadToolTip demos is not working? I could then double check it and write you back.

Regards,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Ingo Dignas
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or