Web Forms :: Create Image Slider (Carousel)?
Nov 24, 2012How to create Image or Photo slider in ASP.Net
View 1 RepliesHow to create Image or Photo slider in ASP.Net
View 1 RepliesI want an image carousel similar to Amazon's product carousel in asp.net. when i will click on next or prev button the list of images will load from server after ajax call.
View 2 Repliesi want use jQuery Carousel in my website but items in jQuery Carousel must come from database how can i do that
View 1 Replies im looking for an image carousel similar to this one here but in javascript.So far i havent had any luck, the closest being Galleria.
I am working on a .NET web app. I need to display images from the file system. Can anyone recommend a slick, professional looking image carousel (even if there is a cost) that has allows the user to rotate through the images at the bottom and then displays the larger image when the thumbnail is clicked.
View 4 RepliesI want to make an image carousel similar to this one from scratch.
http://www.artisticmilliners.com/index-3.html
Such that the image in middle becomes enlarged and the images on left and right become blurred...with buttons on both ends to operate.
I have searched and found many scripts but with only simple and plain with just images being scrolled like a slideshow, for example the radrotator control in aspnet.
I want to use image slider in my website using jquery or javascript. I have to put images in it according to the website.
View 1 RepliesI want to create slider in web application.I have just searched google but dont' find best result !
Slider like a ruler which i can draw left or right to get value !
I am using jquery image slider on my website, what I want is to get the images from the sql server table, presently the images are included in the project , see below for the code:
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
I've implemented WebForms Routing (using ASP.NET 3.5 SP1) and have a routed page that uses the AJAX Control Toolkit Slider control. The handle image doesn't always display, depending on the depth of the URL. I believe it may be something to do with the image being and embedded resource accessed via webresource.axd.
For example:
www.myapp.com/tours - will display the handle image
www.myapp.com/tours/london - doesn't display it.
My routing is configured as such:
[Code]....
On viewing the HTML source the actual image is rendered as:
[Code]....
Been hitting my head against a brick wall with this for days?
i need to create a page that will ave lots of slider controls on it. about 50 in total. Does anoyne have any examples or good ideas how to handle that many sliders on a single page.
The problem i have is that the ajaxcontrol toolkit sliders seem to behave a bit eratic... eg sometimes you cant slider the slider on select the desired value and sometimes all the sliders disapear just leaving the text box they are linked to visible?
maybe there is a better slider control to use?
I am working on a project in asp.net c#. I need to implement horizontal scrolling content slider having image title & description in the home page.
View 1 RepliesI have a requirement like need to display all images in horizontal with carousel
View 1 Repliesi am using fileupload asp.net controll so how i create image preview before image uploaded
View 6 RepliesAssuming a list of objects, each with an ID, what's the most efficient way of building a carousel, so that each object knows what its previous and next item is. The Last Item's previousId will link to the first item. The first item's previousId will link to the last.
I need the ID of the previous and the ID of the next, as this will be used to populate next and previous buttons on a web page.
I know I could iterate over them, adding placeholders for _next and _prev id, but what's the most efficient way to do this?
I figure my object should look like this:
class Item {
public int Id { get; set; }
public string ItemName { get; set; }
public int Next { get; set; }[code]....
I think I'm looking at this wrong way. Is there a better way of doing this?
I put a jquery range slider (a 2-handled slider) on a page and am able to access its two values as needed. Works like a champ! The requirements just changed - now the range needs to be fixed. So as one handle slides, the other needs to slide with it. Or at least re-position itself after the other slider is dropped into it new position. Does that make sense? I'm still really weak with javascript, so go gently with me
View 4 RepliesHow to create image slide show  where image path/url comes form database, using asp .net c#..
View 1 Repliesi am design price slider for product showcase website.i didnt get values in c# code.i dont no how to get values when price range increase or decries auto matic get the products.....like snap deal price range auto update the products..........
View 1 RepliesIs it possible to right align the slider button? I want the scroll from right to left.
View 2 RepliesI will like find a example of how filter (products), with checkboxes (two or more) and Price Range Slider, I am Using WebForms in visual studio 2010.
View 1 RepliesI've a few images (png files) - Depending on the number of options selected by the user in my application, I want to create a pdf file with one or more images inserted in it.
Is it possible with C#?
I am having a requirement to create Barcode image in vb.net ....
View 1 Replies[code]....
This code DOES Create the Text "TOTO" but does not create image "Targetvignette"the code works ok with BUTTON object as opposed to Image.I have manually created a image with the toolbox using exactly the same credential, this displays OK.it does not catch any exception it just doesnt display anything on the webpage.I can create all sorts of control but not image [Image button] is not that better as it seams to be create but I got no image just "SUBMIT QUERY" textI am confused and stock I have tried i think every single property of the image object i could find.
I want to creat security image for login.i find solution this way. i give the imagurl of the image another page that this method calls in that another page load but i want this method in my real page happen. what can i do?
[Code]....
I am creating an HtmlImage and I want to assign an image to it that is located inside the project ( Image/questionmarkIcon.png)
How would I do this within a server control? Can I get a grahics context to the HtmlImage and draw the image inside?
[Code]....
Code sample doesn't actually work. I want the images to be self contained so I can drop the control into any project without having to worry about embedded images.