Click here to Skip to main content
15,906,301 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am working on a project which is similar to the following site: http://b2cjewels.com/Design-Own-Ring.aspx

I need to know a way to implement the diamond gallery shown on that page. I am an amateur developer and have very basic knowledge of C# and jquery. Pls provide me with a basic overview of a way to implement it. Thank You.
Posted
Updated 24-Mar-12 2:47am
v2

jQuery image galleries and sliders are very common on portfolio sites and are also useful for any other type of site for displaying images and photos. Tons of free JQuery tool, demo and downloads are available. Ref at: http://www.hongkiat.com/blog/jquery-image-galleries-sliders-best-of/[^]
 
Share this answer
 
Vivek,

1. You can achieve this using repeater control or custom user control. These will work from server script (c#).
2. If you want to achieve this using client script, you can use jquery template with json and httphandler. The second one is more speed than the first one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900