Close
jGuru Forums
Posted By: Abdul_Ambalam Posted On: Thursday, September 12, 2002 02:49 PM
Hi, I am loading some values to the dropdown list dynamically. After user clicking the submit button it should display only the selected value. but it shows the first value. how to do that.
Re: How to display the selected value in drop down list after user selecting the value and submitting the form.
Posted By: Nitesh_Naveen Posted On: Friday, September 13, 2002 02:17 AM
<%if(request.getParameter("mySelect)!=null) {%>"><%= request.getParameter("mySelect") %><%} else {while(rs.next()) {%><%= rs.getString(1) %><%} }%>
Posted By: Firat_Tiryaki Posted On: Friday, September 13, 2002 12:21 AM