If all I want to do is just change an image dynamically, then is an img html tag with the runat="server" attribute sufficient over the asp.net Image control? My main concern is security. For example, I am also curious if using html anchor tags with the runat="server" as opposed to the asp.net HyperLink control raises security issues.