pradeep Malavalli

Greenhorn
+ Follow
since Mar 30, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by pradeep Malavalli

hi,

Thanks for your replay,

actually I facing problem in validating the data in database v/s the data featch from login page.

Let me clear, I design a page by using jsp which have 3 fields userName: , password : , usertype

in database also i have this 3 field predefined. if jsp page entry will match to the database entry the next page will open

[my main problem is how fetch and compare the multiple fields at a time]

hi,

i want to validate the input entery i login page .

example:
username:" ......."
passwd :" ........"
userType : "......."

this details were stored in database table

i want to validate this databasedetail vs inputdetails if it satisfied anothepage for furthure processing will be opened.