hi
i have a table called Images in that i have the image url of products,which i want to show in a grid..
Images are stored in a shared folder of my server .I can access that as like \\IP\Images\_1.jpg
I have tried with
<asp:Image ID="Image1" runat="server" ImageUrl ='<%#Eval("imageUrl") %>' height="10px" Width="10px" />
but its not working.,but if the image is in project folder itself it will work
please help me!!!