Hi, I have an image that I show in a datalist that is dynamic based on the data I retrieve from a database. As part of the datalist template I have the folowing to show the correct image: <IMG src=http://aspmessageboard.com/archive/index.php/'Images/<%# DataBinder.Eval(Container.DataItem, "ImageFileName") %>' border=0><BR><BR>The images show up just fine if and only if I've added the image to the images directory and then rebuilt the solution. However, I have administration pages built so that I can easily change the image filenames for different records. That way I can then just upload the file to the directory and it should work, but like I said it won't. I don't want to have to add the image in VS.NET and then rebuild every time - I want to be able to just FTP in the new file and change the file name on the admin page! Help!!