odd. You need to check your datasource and make sure you have the values
you are expecting. I am assuming that PHOTO in the database is a URL and
not the acutal photo.
Is the Image in a Grid or by itself? If it's in a grid, are you using a
template?
Brien King
President, ClassicSoft, LLC
http://www.classicsoft.com
brien@classicsoft.com
Developers Helping Developers!
ig> Brien,
ig>
ig> the issue is that it doesnt displays no image at all.
ig>
ig> it is strange, because if i insert the original filename of one
ig> photo in the code, for example:
ig>
ig>
ig> ImageUrl='~/img/George.jpg'>
ig>
ig> the browser displays the picture perfect.
ig>
ig> Also when i view the source of the page the URL aint right. I see
ig> something like that:
ig>
ig>
![]()
ig> src="/MyProject/WebResource.axd?d=B8E5QXw3GsnbLYkucwJE24IO_dQ_G-twkb
ig> 3ZXffZWoqc-2O4ht2Da46swhRypCeKpyicb31DGac4OEkNNlr0U86VakCebFm2HeQFJw
ig> Sb4G81&t=633634760560000000" />
ig>
ig> Thank you for your interest Brien
ig>