Sunday, March 11, 2012

Rating Control

Does anyone know what might be wrong? The rating control is placed in an update panel on an .ascx web control. I register the script manager in the page load event:

If DotNetNuke.Framework.AJAX.IsInstalledThen DotNetNuke.Framework.AJAX.RegisterScriptManager()End If

When I navigate to a seperate page within the site, and come back to my rating page, the graphics contained in the rating control have disappeared. It still allows me to click the control though.

Thanks in advance for any help on this!

Larry


This ended up being an issue with the style sheets and pointing to images based on the absolute path instead of the relative path.

No comments:

Post a Comment