B
Blasting Cap
On a web page (the default page of my app), I want to grab some shots
off another of our websites (pictures of products that are already
thumbnailed) for display on my page.
I've found some examples of where they are doing it with a file share,
but not via a URL.
There are about 50-75 images on that URL, all named various things, the
only constant is that the first 2 characters of the image name will be
"TN". I'd like to display 3 random images from that URL, but not of the
same item.
Using ASP.Net framework 2.0, visual studio 2005. Server is Windows 2003.
Any help/advice/suggestions appreciated.
Thanks,
BC
off another of our websites (pictures of products that are already
thumbnailed) for display on my page.
I've found some examples of where they are doing it with a file share,
but not via a URL.
There are about 50-75 images on that URL, all named various things, the
only constant is that the first 2 characters of the image name will be
"TN". I'd like to display 3 random images from that URL, but not of the
same item.
Using ASP.Net framework 2.0, visual studio 2005. Server is Windows 2003.
Any help/advice/suggestions appreciated.
Thanks,
BC