Podal Au

Greenhorn
+ Follow
since Dec 11, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Podal Au

hi,
I wrote the code to pass the value and return that value is in database or not. But i have a confusion that how i call the method in my submit button
12 years ago
JSP
hi,
I am new to JSP. My work is i have a page with some text boxes and submit button. When the user enters data in the textboxes and submit, i need to check the value (like ID) in the first textbox is already in the database or not. If already available need to show error message and page not need to post back. If value is not available need to the next page.

How can i achieve this? If not database related we can simply write JavaScript to validate and return based on the result. But how in server side script?
12 years ago
JSP