Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pedro Silva   on Jan 06 In Java Category.

  
Question Answered By: Varun Mehta   on Jan 06

This may help you,
1. You are fetching details from DATABASE.
2. from jsp  you passthis code to browser:
<%@ page  language="java" import="java.sql.*,java.io.*,java.util.*" %>
<%

String type=request.getParameter("somedummy");
try{
--- stuff wil come here - retrieving  and storing in result set

out.println(""+resultSet.getString("id")+\
"");

} catch(Exception e)
{
out.println("<h1>"+"Server Error"+ e+ "<h1>");
}

%>

3. Revert Back if u need my help

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on select record in jsp page using radio button Or get search suggestion and latest updates.


Tagged: