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

RadRotator doesn't display image on second visit to page

2 Answers 56 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Harah Day
Top achievements
Rank 1
Harah Day asked on 09 Jan 2010, 03:00 AM
I have RadRotator in my Home page and here is the following code.

                    <telerik:RadRotator ID="RadRotator1" runat="server" Width="400" ItemWidth="400" Height="300" ItemHeight="300"
                        RotatorType="AutomaticAdvance" SlideShowAnimation-Duration="1000">
                        <ItemTemplate>
                            <asp:Image CssClass="itemTemplate" ID="Image1" runat="server" ImageUrl='<%# "images/SlideShow/" & DataBinder.Eval(Container.DataItem, "cd_value") %>' AlternateText='<%# DataBinder.Eval(Container.DataItem, "ds_description") %>' />
                        </ItemTemplate>
                    </telerik:RadRotator>

Private Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender
             'Load Slide Show Images
            RadRotator1.DataSource = Dataset.Tables(0)
            RadRotator1.DataBind()
    End Sub

When i visit the home page first time everything works fine but if i navigate to contactus page and come back to Home page i can't see the RadRotator image again but HTML has entry for images. I also see Javascript error invalid argument.



Any help will be really helpful, as we are close to project deadline. Thanks

2 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 13 Jan 2010, 02:52 PM
Hello Ranga,

I am not quite sure what is causing the problem on your side. Could you please rework my test project (attached to the thread) in order to reproduce the problem, open a new support ticket and send it back? I will check it and do my best to provide a working solution as soon as possible.

Sincerely yours,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Harah Day
Top achievements
Rank 1
answered on 13 Jan 2010, 10:10 PM
Fiko, Thanks for your reply. This happens only in few IE 6 and 7 browser. I will try it and let you know.
Tags
Rotator
Asked by
Harah Day
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Harah Day
Top achievements
Rank 1
Share this question
or