Forms Data Controls :: Make Slide Show With Photos
May 29, 2010can any one tell me how to make a slide show with photos that i'm pulling from a folder using a data list this is the code I got so far.
[Code]....
can any one tell me how to make a slide show with photos that i'm pulling from a folder using a data list this is the code I got so far.
[Code]....
I want to make a slide show on my page, the images are to be fetched from batabaseMYSQL).please help me as i am not able to make it,tried script manager and slideshow extender control but nothing happening
View 16 RepliesI want to show lots of photos. Each page have 12 positions to show 12 photos in one time. How can I put pages 1,2,3.... when you click page 1, you will see the first 12 photos and you click page 2 you can see next 12 photos.
View 17 RepliesHow to view Powrpoint ppt file in show in slide show Method in asp.net C#?
View 1 RepliesI need to display a slide show of 5 images on my home page
also.. I dont use Database.. Will direct it from File location.
* Which image format is best ? which format loads faster..
* every 5 secs, inages should change... any sample C# code??
* how to create nice border effect for that image slide.... control??
in my web page designing in some part i want to show all the photos one by one from a photo gallery folder.After some time if the folder is updated the updated photos should also be displayed.how to achieve this.
View 19 RepliesI have a web project that I'm creating using ASP.Net 2.0 (VB code). I need to figure out how to create a slide show that will display a series of pictures that are stored in an xml file. Everything that I have found online shows how to create a slide show using the Ajax Toolkit for 3.5 or greater. what to use to create a slide show using vb.net 2.0?
View 2 RepliesI am trying to display 4 photos per row
Now I am not sure how to evaluate this statement because it evalues true if I have 2 images the other two will mark up as an X
<img src="<%# DataBinder.Eval(Container.DataItem, "Column1")%>" visible="<%# (DataBinder.Eval(Container.DataItem, "Column1")!="") ? true:false %>"
This is always visible. All of them are evaluating to true.
[Code]....
I need to have a GridView show up at some precise place on a page. I tried to do this by defining the GridView into a cell of a table. It did not work ... the GridView populates OK, however it shows up under my table.
Is there any way I can make this GridView show up at the right of my table and span the 4 or 5 rows I have in this table?
i was wondering if it is possible to make a gridview show only specific fields according to other fields in the grid view....
such as showing a button for one row but not the other due to different field values
I am using Visual Studio 2010 asp.net 3.5 C# and the latest version of the Ajax toolkit to create a slide show. I have a ToolScriptManager, SlideShowExtender and a prev,play and next buttons. Problem is, I don't know what to do next.
[Code]....
[Code]....
i make ajax page , i added to it slide show tooli make the source code for the page like that :
[Code]....
automatic slide show?
View 7 RepliesHow can I save image in db as byte array and show the saved image as slide show in my web page with C# asp.net 3.5
View 1 RepliesI am developing a web application, I need a modern photo gallary using ajax or jQuery.
View 2 Repliesi am using slide show with my images in database
code below :[Code]....
this works very good but i have also field called topic_details.for example :
when slideshow show slide no 1 ,it also shows topic_details no 1
I need a slide show in datalist. Let me explain my requirement in detail. I have few columns like ID,ProductName, ProductImage,Product Price columns in my datalist. In that ProductImage is only visible column rest all columns are unvisible. OnPageload user has to see first image then after 5 seconds he has to see second and so on. One it reaches to last image. Again it has to start from the first image. I need a stop button to stop the slide show and then start button to start the slideshow. The important thing is I need to trace the id whenever the user stops the slide show. I hv done the manual slide show. I mean I have done next and previous button. User can manually move to previous and next image. But how to make it work automatically on pageload. I know we have ajax slide show for this purpose. but how to trace the product id while stopping and starting in Ajax slide show.Expecting Your valuable suggestion.Note : I am loading the images from the directory and filename from the database
View 3 RepliesI want to create a small application using ASP.NET. The application will let the user select a few images/pictures from a folder. After selecting the images/pictures, the user will then click on a Button to create slide show using those images/pictures. Anyone has any idea, how to start or where to find information regarding this.
View 1 RepliesI have used a ajax control toolkit slide shox extender to display a slide show of images.
Currently, when a user hovers mouse over the slide show, the slide keeps on changing. I want that the slide should not change, if a user hovers the mouse.
I am Using Ajax SlideShow Extender and I'M TRYING with that Example : [URL]
View 1 Repliescreat slide show gallery dynamic asp.net with JQuery
View 1 RepliesI am writing a small plugin on ASP.NET C# VSTO and I want to be able to capture slide number and title of the slides when a slideshow is happening.
share sample code to capture title of the slide and slide number?
im trying to build a gallery using C#.
Ii've made a Listview showing photos from database as thumbnails in a "kind of a film strip", including a pager.What i need is that when i click on a thumbnail inside the ListView, to show the large photo in a image control outside the listview. this should work using the selectedIndexChanged event,
trying to get the slide show control to display imagesfrom database. the web service seem to be returning the right data but to no avail.
web service code
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Data
[Code].....
I implemented yje slide show extender in a normal .aspx page it worked very well. I was GLAD to see that.
But when I tried to implement the same into a content page, which is associated with a master page it certainly changed into SAD.