S
scota
I am using Visual Studio 2005.
I have the following code in my DataList:
<asp:Image ID="Image1" runat="server" ImageUrl='<%#
DataBinder.Eval(Container.DataItem, "PIN") %> ' />
This brings up the following graphic: http://localhost/PhysicianDirectory/017871
How can I write the ImageURL so that the result would be:
http://localhost/PhysicianDirectory/images/017871.jpg
I have the following code in my DataList:
<asp:Image ID="Image1" runat="server" ImageUrl='<%#
DataBinder.Eval(Container.DataItem, "PIN") %> ' />
This brings up the following graphic: http://localhost/PhysicianDirectory/017871
How can I write the ImageURL so that the result would be:
http://localhost/PhysicianDirectory/images/017871.jpg