I have recently used RadGrid Controls for all displaying, editing/updating and deleting records for the CMS Web Application that I am developing. I coding to for uploading image file to a preset server url and to save the full url of the image in a sqldatabase column. I the set the column that was databound to for the image url to a template in which I added asp.net image controls (for which I coded the ImageURL='<%# Bind("Logo_Img") %>' function, so as to retrieve the url from the database to feed it to the ImageUrl properties of the image controls). Hoewever for some reason it does not display the images when the application is run. Please could some send me a solution asap....