c# - How to set instant message using jquery? -
c# - How to set instant message using jquery? -
when register sites our name shows message "name taken please seek one" if same name exists. planning create sign form in c# jquery want show same message if user name exist in database. how possible? new in jquery
you'd have send ajax request (while user typing his/her name) controller method, pass name in request , check if name exists in database , populate message "name taken" or "valid name" on basis of response send controller calling ajax method.
c# jquery
Comments
Post a Comment