No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
you can try with database . please try to this code if any confusing then ask me . [code=Java]String login=request.getParameter(); String pass=request.getParameter(); Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con=DriverManager.getConnection(); PreparedStatement ps=con.PrepareStatement("select * from ravindra where login=?, password=?"); ps.setString(1,login); ps.setString(1,pass); ResultSet rs=ps.executeQuery(); if (rs.next()) { //enter into the if statement if login & pass is …
Hello freind , According to me your programme is right so please try to these progrrame on netbeans 5.0 instead of 6.1. [QUOTE=tanha;693665]Hi. I am using windows, and NetBeans version 6.1 I create a JSP project: and then I create an index.jsp in web folder and then I created a …
The End.
Ravindra_Nikam