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

Rad Rotator as part of server control

1 Answer 78 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Mark Greve
Top achievements
Rank 2
Mark Greve asked on 30 Sep 2008, 07:02 PM
I am using a radrotator as part of a server control. I am reading a list in moss and then moving the data to a data table and binding it to the rad control. Everything works fine when I put the control into a webform and test in 2008. I ad the declarations in Sharepoint designer and have no problem droppiong the control on my page layout. I then go to moss and create a page based on the page layout. The page creates fine and puts me in edit mode. While in edit mode I can see the server control and it rotates images and everything works fine.

The problem occurs when I try to publish or submit the page. As soon as I do that I get an unknown error and am no longer able to view the page.

I am using rad editor in the numerous page layouts without issue am I missing something basic with the radrotator?  

The following are the declarations on the top of the page layout.

<%@ Register tagprefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI, Version=2008.2.826.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" %>


<%@ Register Assembly="DNRMossControls, Version=1.0.0.1, Culture=neutral, PublicKeyToken=f60547f2d93c9a83"
    Namespace="DNRMossControls" TagPrefix="dnr" %>

The dnrMossControls contain the control I am using and it appears in the server control list.

The control is marked as safe in the web config. and installed in the GAC.

If you need code I will also send that.

Thanks

Mark

1 Answer, 1 is accepted

Sort by
0
Mark Greve
Top achievements
Rank 2
answered on 02 Oct 2008, 04:54 PM
Got this working had an issue with the script manger needed to have the asp:scriptmanager on the page.

Mark
Tags
Sharepoint Integration
Asked by
Mark Greve
Top achievements
Rank 2
Answers by
Mark Greve
Top achievements
Rank 2
Share this question
or