hi
i use this code to display my image from database
http://www.aspsnippets.com/Articles/Display-Images-from-SQL-Server-Database-using-ASP.Net.aspx
i test it in one page it work correctly but when i want use it in product.aspx page it didn't show image i think in my page there is some code that prevent to showing image from database but i can't find it
<tr>
<td align =
"center"
><asp:image ToolTip =
"ASP Image Control"
ID=
"Image13"
runat=
"server"
ImageUrl =
"imageH.aspx?ImageID=48"
Height=
"156px"
Width=
"174px"
></asp:image></td>
<td align =
"center"
><asp:image ToolTip =
"ASP Image Control"
ID=
"Image14"
runat=
"server"
ImageUrl =
"imageH.aspx?ImageID=60"
Height=
"156px"
Width=
"174px"
></asp:image></td>
<td align =
"center"
><asp:image ToolTip =
"ASP Image Control"
ID=
"Image15"
runat=
"server"
ImageUrl =
"imageH.aspx?ImageID=61"
Height=
"156px"
Width=
"174px"
></asp:image></td>
</tr>
can you help me?
Thanks alot