response.write("<img src=" & '"' & rs("ProductImage") & '"' &" /><br/>")
Response.Write("<img src=""" & rs("ProductImage") & """ /><br/>")