http://www.eggheadcafe.com/articles/20030515.asp
--
Robbe Morris - 2004/2005 Microsoft MVP C#
http://www.masterado.net
<> wrote in message
news: oups.com...
>I am still learning many things using the asp.NET. I am starting off by
> creating a website that will just display pictures of my family, so
> instead of sending pictures to everyone I would just send the URL. Now
> i am not new to programming, I am just new to .NET.
>
> What I would like to do pull pictures from a folder (localhost) and
> display it in smaller sizes in tables. I already started off by being
> able to manually do asp:image and put in the images, as well as the
> table is created. So now I want...lets say for example go into a file
> and pull out all images from file called "pictures" which is on
> localhost public folder already and loop through the file and retrieve
> all files which are only pictures and spit it out on the page which is
> called pictures.aspx
>
> I understand what I am to do, just dont know the commands. I guess i
> will use asp:repeater, but just need someone to give me few pointers.
>
> Thank you ahead for any help,
>
> adi-
>