micah says:
<
asp:Image
ID
=
"Image1"
runat
=
"server"
ImageUrl='<%# Eval("PROFILEPHOTOS/") %>' class="media-object img-rounded animated fadeInDown"
style="width: 45px; height: 45px;"/>
replace above code with below
<asp:Image ID="Image2" runat="server" ImageUrl='<%# String.Format("PROFILEPHOTOS/{0}",Eval("FImageName").ToString()) %>' class="media-object img-rounded animated fadeInDown"
Style="width: 45px; height: 45px;" />