Hello everyone,
I created a usercontrol in my solution containing "Telerik:Radrotator". In the code behind i connect this rotator to a sharepointdatasource that reads from a list in sharepoint. Then, I add this UC to a normal aspx page that contains an asp:scriptmanager and run it. It works fine and exactly as expected.
HOWEVER, when i copied the usercontrol to my virtual directory together with the bin files and add a web part to sharepoint page only the radrotator didn't appear. All other controls outside the rotator appears.
I do have some other usercontrols containing RadGrid and RadMenu and it's working fine.
Here is a copy of my class that convert UC to WP:
Please help me ASAP. Thank You.