Total members 9952 | Gratitudes |It is currently Sat Feb 11, 2012 3:23 pm Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: How to fill a ComboBox with data from a database in jsp
PostPosted: Thu Jan 01, 2009 7:15 am 
Offline
Newbie
User avatar

Joined: Sun Nov 16, 2008 12:19 pm
Posts: 6
Has thanked: 0 time
Have thanks: 0 time

How to fill a ComboBox with data from a database in jsp?
i use my sql to store data bsae


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: How to fill a ComboBox with data from a database in jsp
PostPosted: Thu Jan 01, 2009 10:56 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 57 time
It is done like the following :
I assume now you put your sql results in Resultset right :

in jsp you will make a for loop

Code:
<select>
<%
         for(----)
           {
                      String line =   return each line from Resultset object
                       out.print("<option>"+line+"   </option>");
                     
            }

%>

</select>

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  


 Similar topics
 Topic title   Forum   Author   Comments 
 database contents display in table format in swing  GUI  subho07  4
 Data Encryption Standard (DES)  Finished Projects  msi_333  13
 How to make PHP form data saved into txt file  PHP  Radu  6
 charm algorithm in data mining  Java  Anusha123  3
 Des java Applet ( Data Encryption Standards )  Java  msi_333  1

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 2 guests



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team