I have a DetailsView control displaying fields from my Walks database. A table in the database contains the URL of an online photo, together with dimensions and file size. The source code for the field is:
Code:
<asp:boundfield DataField="ImageURL" HeaderText="Group Photo"
HtmlEncode="True" NullDisplayText="Sorry, no photo available." />
At the moment, the URL is displayed as text. How can I persuade the field to evaluate the string and fetch the photo?
Richard
Rugeley, UK
WinXP Pro SP2
VBW Express + SQL Server 2005 Express