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

Usercontrol problem in

1 Answer 33 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
FADI
Top achievements
Rank 1
FADI asked on 25 Jul 2011, 11:48 AM
Am trying do the same Scnarios in the following demo:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltiptreeview/defaultcs.aspx


am facing problem in RadToolTipmanager1_AjaxUpdat
when am tring Dim details As ProductDetails   ----usercontrol .

am getting error saying the usercontrol not defiend

i think am missing something ,, any one can help

thanks

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 26 Jul 2011, 02:31 PM
Hi Fadi,

  I do not believe this issue is related to the RadToolTipManager, but it is rather a matter of permissions and access levels in your application. The user control class should be public and should reside in the same namespace as the page that tries to access it (i.e. is simply should be accessible). In our example it is also in the same directory, so if yours isn't please make sure that the path is correct and accessible as well.

Generally speaking - once you are able to load it inside a simple asp Panel it should work for the RadToolTipManager as well.


Kind regards,
Marin
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
ToolTip
Asked by
FADI
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or