Go Back   Dynamic Drive Forums > DD Scripts > Dynamic Drive scripts help
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 07-10-2008, 05:49 PM
Charlotte_22 Charlotte_22 is offline
New Comer (less than 5 posts)
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default CMotion Image Gallery stops when use AJAX UpdatePanel

1) Script Title: CMotion Image Gallery

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...iongallery.htm

3) Describe problem: I wanted to use an AJAX UpdatePanel with the CMothion Image Gallery, so that when a user clicks on one of the images to display it larger in another section of the page, the page doesn't refresh.

However, I've tried using it as shown;

<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<div id="motioncontainer" style="position:relative;overflow:hidden;">
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap;">
<nobr id="trueContainer">

<asp:ImageButton ID="img1" runat="server" OnClick="img1_Click"></asp:ImageButton>
<asp:ImageButton ID="img2" runat="server" OnClick="img2_Click"></asp:ImageButton>
<asp:ImageButton ID="img3" runat="server" OnClick="img3_Click"></asp:ImageButton>
<asp:ImageButton ID="img4" runat="server" OnClick="img4_Click"></asp:ImageButton>

</nobr>
</div>
</div>
</ContentTemplate>
</asp:UpdatePanel>

But when one of the images are clicked on the CMotion Image Gallery with the UpdatePanel around it, results with the gallery freezing? And the larger image doesn't change either?

Any suggestions welcome, been stuck on this for a while.
Thanks
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:51 PM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.