Sign in | Join
Last post 01-12-2007 6:27 AM by jae.lee. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
I am trying to display a list of images as album....the folder in which images are stored in a virtual directory, which I can access. My question is I want to include navigation feature where user can move from one image to another. If you have any idea it will be of great help.. Note: I cannot download the image, I have to show from that path only. ASP.NET/C# Raj
use filestream object, then insert into an array.
if you must, you can save an array to session to traverse.
hope this helps.
Jae.