Tapan Kumar Baral

Tapan Kumar Baral

  • NA
  • 92
  • 2.3k

Check Wheather User Data Exists in Database without PageLoad

Feb 17 2020 2:29 AM
Hello,
         I am a newbie to jQuery, I want a Simple jQuery Function Which can Detect Wheather the enter name/id/data exists in the database. I want the code to be straight forward jQuery function on the textbox .keyup() which has a web method inside the cs page, for which I don't have to use any external class file or web services (any external additional class files).
if the data exists alert('Data Exists')
else
 alert('Data Available')
 Please Help... 

Answers (3)