Slide show and Sql

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all!

Can somebody give me an example of pulling images from SQL into a slide
show. I know how to pull into the repeater and stuff. So if I had
Container.DataItem ("filePath"), where "filepath" is my column that hold the
file path. How can I tell it to go to one image at a time. Would I ned to
use the tables key ID as well. An example would be great!

Thanks!

Rudy
 
Can somebody give me an example of pulling images from SQL into a
slide show. I know how to pull into the repeater and stuff. So if I
had Container.DataItem ("filePath"), where "filepath" is my column
that hold the file path. How can I tell it to go to one image at a
time. Would I ned to use the tables key ID as well. An example would
be great!

Don't use a repeater - perhaps you're better off building your own custom
user control.
 
Back
Top