First, even though it's there, you have to add it as a resource - right click on the project, and choose add/existing item - locate it and choose it.
If you add it to the root (where your page is), then:
Image1.ImageUrl = "02022007319.jpg";
Though, I would suggest, especially if you are going to be adding more images, to create an image folder, for all the images - then, it would be:
Image1.ImageUrl = "~/Images/02022007319.jpg";
David Wier
MVP/MCP/ASPInsider
ASPNet101.com - where to look first!
iWrite Pro - doc/rtft to HTML/One Click PDF & much more