Dear All,
 
Following line is not working. Could I use rs.getSrting to give the value to checkbox. Please help me
 
out.println ("<tr><td><input type=checkbox name=item" + "value="+rs.getString ("book")+"></td><td>"+rs.getString ("ID")+"</td><td>"+rs.getString ("book")+"</td><td>"+rs.getDouble("price")+"</td></tr>");
 
 
Regards,
 
Nilantha

Reply via email to