When the Image\'s Source property is set the following way, the picture is taken from /Images/down.png.
/Images/down.png
How would I do the same thing programmatically?
Use asp:image
and codebehind to change image url
Image1.ImageUrl = "/MyProject;component/Images/down.png";