How to display multiple images in Birthday Webpart ?
Hi, I working on custom birthday webpart , which will pools the data from Oracle package and display the today's birthday I need to display a multiple images in this box, how ? How to use carousel(JQuery) with this webpart. I'm able to display single image and name at a time but not able to display the multiple images and their names. What code i need to write on arrow button to display next image. I'm using in Sharepoint 2010 environment to display webpart. Please suggest. Thanks, Dinesh Bagne
May 22nd, 2012 1:50am

Hi Dinesh, do you want to display multiple images at the same time? or do you want them to be rotate with name? ootb this is not possible, you have to deploy codes to achieve this. you can refer this link to rotate images - http://blogs.devhorizon.com/reza/2005/11/21/retrieving-random-images-from-picture-library-in-sharepoint/ did you try with any codes earlier to get this working ? Warm Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/ | Posting is provided "AS IS" with no warranties, and confers no rights
Free Windows Admin Tool Kit Click here and download it now
May 22nd, 2012 3:48am

Hi Pratik, I'm going to display one image at a time and using arrow button to display next image. i'm pooling the data from Oracle package.....i already written a code to fetch the Name and Images whose birth date is matching with today's date. In my case i got 4 person who celebrating their birthday today. i want display them in single image box which contains next and previous arrow buttons. I have developed a web-part in C# code for share point environment 2010. Welcome your suggestions... Thanks, Dinesh
May 22nd, 2012 5:52am

you can download my example and test whether it will work or not http://gallery.technet.microsoft.com/Integrating-Jquery-e4af0401 Below is the explaination. It fetches the data from http://social.technet.microsoft.com/wiki/contents/articles/9947.integrating-jquery-carousel-and-thickbox-in-sharepoint-2010-picture-library.aspx You need to change the code according to your requirement. I am making this example as per your requirement and once completed I will post the code. Till you can experiment with above codeJayant Sharma
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2012 9:13am

you can download my example and test whether it will work or not http://gallery.technet.microsoft.com/Integrating-Jquery-e4af0401 Below is the explaination. It fetches the data from http://social.technet.microsoft.com/wiki/contents/articles/9947.integrating-jquery-carousel-and-thickbox-in-sharepoint-2010-picture-library.aspx You need to change the code according to your requirement. I am making this example as per your requirement and once completed I will post the code. Till you can experiment with above codeJayant Sharma
May 23rd, 2012 9:15am

Thanks Jayant, My task is Completed. I have created Li(listitems) dynamically and added into the UL component. Source File contains only UL : <Ul id="UlBirthday" class="Jquery.skin.tango" runat="server"/> <script type="text/javascript"> jQuery(document).ready(function() { jQuery('#UlBirthday').jcarousel(visible:1, scroll:1); }); </script> Need to Download Skin.css and jquery files from below site. I have referred : http://sorgalla.com/projects/jcarousel/ Regards, Dinesh
Free Windows Admin Tool Kit Click here and download it now
June 3rd, 2012 3:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics