I have one registration form,in that one username field,
when user fill this text box and click on the "Check Availability" then my servlet have to check that user is exist or not.
and i want one boolean answer (true/false).
Have any other trick to fulfill my requirement?..
when user fill this text box and click on the "Check Availability" then my servlet have to check that user is exist or not.
and i want one boolean answer (true/false).
Have any other trick to fulfill my requirement?..
Comment