HI guys,
i am looking for some guidance on how to display my images which are stored on an ftp location within a datalist.
any suggestions would be welcome.
You cannot directly bind some images to DataList. You will have to download files locally and then bind them to DataList
http://msdn.microsoft.com/en-us/library/ms229711.aspx
to view the images in a datalist i have to download each image to a physical location?
Yes, since directly from FTP you cannot bind a control
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.