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
~1K People Reached
Favorite Forums
Favorite Tags
jsp x 14
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
91
Member Avatar for sunithamcsit

<% int currentRow = 0; [code] int startingRow = ParamUtils.getIntParameter(request, "startingRow", 0); int row_to_display = 200 ; String errcode = null ; try{ FPSProdMap[] oProdMap= dbFpsProdMap.getProdMap(sLang,1,200); if (oProdMap != null) { for (int i = 0; i < oProdMap.length; i++) { currentRow++; out.println("<TR><TD class='xRight' width='5%'>"+currentRow+"</TD>"); ------- } }[/code] here is …

Member Avatar for masijade
0
132
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
97
Member Avatar for rittik

[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] [/B] [B]and secondly, if all the values are available in the …

Member Avatar for jwenting
-1
101
Member Avatar for sandeep0708

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
99
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
751
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
105