Is It possible?
Tried this but all i see is blank haha
while (rs.next())
{
String c=rs.getString("ProductID");
String d=rs.getString("ProductName");
String e=rs.getString ("ProductImage");
out.print("<option value="+c+"><img border=0 src=\"picture/" + e + "\" width = \"170\" height=\"157\"></option>");
}
ANy one with recommendations on how to make a picutre based drop down list