posted 10 years ago
i have a marks.jsp page which contains a marks form. the id select box is populated by data from the database. i want that on selection of a particular id the name corresponding to the id populates the name feild. that is all i want... i am attaching all my code here:
marks.jsp:
my marks servlet class:
and my databae manager file:
the id is getting populated by the database properly the problem is population the name field from the database according to the id selected from the select box.