08-26-05 10:56 PM
Thank you. Exactly what I needed.
Adam
EOT
"Stefan [MSFT]" wrote:
> Hi Adam,
>
> something like this:
>
> ResourceCollection images = ...;
> foreach (Resource rs in images)
> {
> Response.Write("<img src=\""+rs.Url+"\"><br>");
> }
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: [url]http://tinyurl.com/6zj44[/url
]
> ----------------------
>
>
> "Adam" <Adam@discussions.microsoft.com> wrote in message
> news:24E33A0F-733D-4DC6-B00C-65047F21DF0A@microsoft.com...
>
>
>
[ Post a follow-up to this message ]
|