Rohan Ramani

Rohan Ramani

  • NA
  • 786
  • 138.5k

how to call asp.net method from javascript ajax?

Dec 27 2019 12:43 AM
I hve a method, which is containg database call.
I need to call that method every second to check its return true or false without postback of the page.
For that I have to use ajax call. Please suggest me.
  1. public bool CheckCustomerConfirm()  
  2. {  
  3.  // My Code  
  4.  // return value;  
  5. }  
 
 
 

Answers (1)