Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.9K
~302 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for suganth

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 …

Member Avatar for peter_budo
0
171
Member Avatar for tanha

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 …

Member Avatar for Ravindra_Nikam
0
131

The End.