Forum: JSP Nov 24th, 2008 |
| Replies: 2 Views: 3,550 Hi i created one jsp form with 2 fields..now in the first servlet i want check whether those 2 fields values are presented in the Database or not..if not then i want move those values to another... |
Forum: JSP Nov 24th, 2008 |
| Replies: 1 Views: 932 i have a jsp it has two fileds..mobileno and password..when i enterd values its storing in DB.But when iam retriving its retriving and comparing only with newly inserted values only.. it is... |
Forum: JSP Nov 22nd, 2008 |
| Replies: 1 Views: 1,396 Hi i created one jsp form with 2 fields..now in the first servlet i want check whether those 2 fields values are presented in the Database or not..if not then i want move those values to another... |
Forum: JSP Nov 19th, 2008 |
| Replies: 6 Views: 901 can i use rquest and response objects in init method?.in the first reuest form jsp username and password have to be add to DB .from second time i need to check that whether those username and... |
Forum: JSP Nov 19th, 2008 |
| Replies: 6 Views: 901 import java.io.*;
import java.util.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Validation extends HttpServlet{
private ServletConfig config; |
Forum: JSP Nov 19th, 2008 |
| Replies: 6 Views: 901 Hi
i want to implement one servlet where first i want add a user to the database and later when he logged again i need to check that whether he is already existed or not?if he is not existed i need... |
Forum: JSP Nov 14th, 2008 |
| Replies: 5 Views: 1,763 import java.io.*;
import java.util.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Validation extends HttpServlet
{
private ServletConfig config;... |
Forum: JSP Nov 12th, 2008 |
| Replies: 5 Views: 1,763 Hi
Thanks for sending this i would feel happy if u send me the piece of java code as iam new to this java coding.. |
Forum: JSP Nov 12th, 2008 |
| Replies: 5 Views: 1,763 hi
can any one help me in this.. i have a html/jsp form in that i have a field .. enter password... first time password will be stored in the databse... from second time when user enters passowrd... |