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

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -