Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for Thendral

Hai.. I want to write a JSP program. In that i want to do insert, delete, display records in a same program. I connected to the database. its working fine. The problem is it displays the record in the window twice.(becoz it has two records). I need that to display …

Member Avatar for peter_budo
0
110
Member Avatar for sunithamcsit

hai sunitha, Just write a query like the following. select count(*) as total from test; while(rs.next()) { int tot=rs.getInt("total"); } now substitute this value(tot) in that place(instead of 200).

Member Avatar for masijade
0
150
Member Avatar for Thendral

Hai.. I need to display one image per day from an array depending upon the day in jsp/servlet. Intially i am having 5 images in an array. Then i want to display sunday --- 1st image monday--- 2nd image tuesday -- 3rd image wednesday--4th image thursday -- 5th image friday …

Member Avatar for ~s.o.s~
0
119
Member Avatar for rittik

[quote=rittik;330948][B]how can I extract all the values of one field from the database table (ex : all the names from the field NAME) and put them in a combo box in run time in the dynamically generated page…[/B] [B]and secondly, if all the values are available in the combo box, …

Member Avatar for jwenting
-1
118
Member Avatar for sandeep0708

[quote=sandeep0708;334473]Hi all, I have a simple problem but a major 1 for me now... i need to pass the selected value of radio button from 1 jsp to another jsp i.e when user selects a radio button option and then clicks on the submit button then the selected value should …

Member Avatar for Thendral
0
116
Member Avatar for Thendral

hai.. I have a database with a primary key(Employee id). I am having an insert form, display form, delete form and main page form. I want to validate the Employee id entered by the user in the insert form that means I want to check with the database, If it …

Member Avatar for masijade
-1
777
Member Avatar for Thendral

Hai.. I need to connect a database called "Postgresql" with a jsp code. how it can be done? I need the connection procedure for that. plz reply me..

Member Avatar for jwenting
0
114

The End.