Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML
 
 
Hot Web Programming Job

 

Tutorial Categories: Ajax | Articles | JSP | Bioinformatics | Database | Free Books | Hibernate | J2EE | J2ME | Java | JavaScript | JDBC | JMS | Linux | MS Technology | PHP | RMI | Web-Services | Servlets | Struts | UML


 

Java Tutorials

Core Java
JSP
Servlet
JDBC
Hibernate
Struts 1
Struts 2
JSF
Spring
J2EE
J2ME
Web Services
Ajax
Dojo
MySQL
Latest Comments
Difference between
regarding reflecti
alert is not worki
book
dynamic reports
  All Comments...
 

 

 
Struts Tutorials
*Stuts TOC
*Apache Struts Introduction
* Struts Controller
* Struts Action Class
* Struts ActionFrom Class
* Using Struts HTML Tags
*Struts Validator Framework    
*Client Side Address Validation    
*Struts Tiles
*tiles-defs.xml
*Struts DynaActionForm
*Struts File Upload
*Struts DataSource
*AGGREGATING ACTIONS
*Internationalization
Struts Resources
*Struts Books
*Struts Articles
*Struts Frameworks
*Struts IDE
*Struts Alternative
*Struts Links
*Struts Presentations
*Struts Projects
*Struts Software
*Struts Reference
*Struts Resources
*Other Struts Tutorial
Visit Forum! Post Questions!
Jobs At RoseIndia.net!

Have tutorials?
Add your tutorial to our Java Resource and get tons of hits.

We offer free hosting for your tutorials. and exposure for thousands of readers. drop a mail
roseindia_net@yahoo.com
 
   

 
Join For Newsletter

Powered by groups.yahoo.com
Visit Group! Post Questions!

Jdbc More Apis

User Comments
Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl
  Blink   Furl   Simpy   Y! MyWeb 

Facing Programming Problem?
Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 

Current Comments

3 comments so far (post your own) View All Comments Latest 10 Comments:

<%@ page contentType ="text/html" language ="java"%>

<%@ taglib uri ="http://java.sun.com/jstl/core" prefix ="c"%>
<html>
<head>
<h1><i><center>Candidates INFO</center></i></h1>
</head>
<body >
<font size="6" face="Times" text size="25">
<form action="">
<b>

Name:                      
<input type="text" name="name" size = "25">
<br>

Mobile No:              
<input type="number" name="mobileNumber" size = "25">
<br>

Contact No:             
<input type="number" name="contactNumber" size = "25">
<br>

Email Address:       
<input type="text" name="emailAddress" size = "25">
<br>

Contact Address:<br>
                           
       <textarea rows="10" cols="25" name="contactAddress"></textarea>
<br>

College:
                   
<input type="text" name="college" size="25">
<br>

Qualification:
         
<select name="qualification" >
<option value="B.E.,">B.E.,</option>
<option value="M.C.A">M.C.A</option>
<option value="B.Sc">B.Sc</option>
<option value="M.Sc">M.Sc</option>
</select>
           
Others:
<input type="text" name="others" size="25">
<br>

Year Of Passing:
     
<select name="yearOfPassing" >
<c:forEach var ="i" begin ="1975" end ="2009" varStatus ="j">
<option value ="${i}">${i}</option>
</c:forEach>
</select>
<br>


Percentage:
             
<select name="percentage" >
<c:forEach var="i" begin="55" end="99" varStatus="j">
<option value="${i}">${i}</option>
</c:forEach>
</select>
<br>

Department:
           
<select name="department">
<option value="CSE">CSE</option>
<option value="IT">IT</option>
<option value="ECE">ECE</option>
<option value="EEE">EEE</option>
<option value="E&I">E&I</option>
<option value="MECH">MECH</option>
<option value="CIVIL">CIVIL</option>
<option value="CHEMICAL">CHEMICAL</option>
</select>
<br>

Sex:
                           
<select name="sex" >
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>
<br>

Date Of Birth:
         
<select name="date" >
<c:forEach var="i" begin="1" end="31">
<option value="${i}">${i}</option>
</c:forEach>
</select>
<select name="month" >
<c:forEach var="i" begin="1" end="12">
<option value="${i}">${i}</option>
</c:forEach>
</select>
<select name="year" >
<c:forEach var="i" begin="1960" end="2009">
<option value="${i}">${i}</option>
</c:forEach>
</select>
<br>

Prior Experience:
   
<select name="priorExperience" >
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>               
Years Of Experience:
<select name="yearsOfExperience">
<c:forEach var="i" begin="1" end="15">
<option value="${i}">${i}</option>
</c:forEach>
</select>
<br>

Skill Set:                 
<font size=3>
1.<input type="text" name="skillSet1" size="25"><br>
                                                                   
2.<input type="text" name="skillSet2" size="25"><br>
                                                                   
3.<input type="text" name="skillSet3" size="25"><br>
                                                                   
4.<input type="text" name="skillSet4" size="25"><br>
                                                                   
5.<input type="text" name="skillSet5" size="25"><br>
                                                                   
6.<input type="text" name="skillSet6" size="25"><br>
</font size>

Fathers Name:         
<input type="text" name="fathersName" size="25">
<br>

Martial Status:         
<select name="martialStatus">
<option value="Married">Married</option>
<option value="Unmarried">Unmarried</option>
</select>
<br>

ExtraCurricular<br> Activities:                   
<select name="extraCurricularActivity">
<c:forEach var = "i" begin ="1" end ="10">
<option value= "${i}">${i}</option>
</c:forEach>
</select>

<center>
<input type="button" value="Submit" >
<input type="button" value="Cancel">
</center>

</b>
</font>
</form>
</script>
</body>
</html>

Posted by nithu on Saturday, 01.19.08 @ 11:20am | #45574

Connection.setClientInfo(Properties) methods

Posted by Connection.setClientInfo(Properties) methods on Friday, 01.11.08 @ 13:06pm | #44967

Connection.setClientInfo(Properties) methods

Posted by Connection.setClientInfo(Properties) methods on Friday, 01.11.08 @ 13:05pm | #44966

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Back to Tutorial

 

  JDO Tutorials
  EAI Articles
  Struts Tutorials
  Java Tutorials
  Java Certification

Tell A Friend
Your Friend Name
Search Tutorials

 

 
 
Browse all Java Tutorials
Java JSP Struts Servlets Hibernate XML
Ajax JDBC EJB MySQL JavaScript JSF
Maven2 Tutorial JEE5 Tutorial Java Threading Tutorial Photoshop Tutorials Linux Technology
Technology Revolutions Eclipse Spring Tutorial Bioinformatics Tutorials Tools SQL
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2007. All rights reserved.