M
MikeB
Hello All, can someone please help me with the correct syntac of this?
<asp:Image ID="image" runat="server"
ImageUrl="~/Photos.aspx?UserImage=Y&Height=200&Width=150&ImageSource=<%#
Eval("PhotoPath") %>" />
If I right click on what is displayed, it isn't usig the Value of <%#
Eval("PhotoPath") %> and is using the actual string <%# Eval.....
<asp:Image ID="image" runat="server"
ImageUrl="~/Photos.aspx?UserImage=Y&Height=200&Width=150&ImageSource=<%#
Eval("PhotoPath") %>" />
If I right click on what is displayed, it isn't usig the Value of <%#
Eval("PhotoPath") %> and is using the actual string <%# Eval.....