How to retrieve data by using combo box value in jsp? 0 Answer(s) 3 years and 3 months ago
Posted in : JSP-Servlet
I am using a single jsp form.. i did not get from another form.. i do not use 2 jsp form.. all are satisfaction in this form.. What will i do. My code is following there...
<select select name="productid">
<%
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); con=DriverManager.getConnection("jdbc:odbc:Airworld"); query=con.prepareStatement("select * from Productdetails where productid='?'");