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.
- public bool CheckCustomerConfirm()
- {
- // My Code
- // return value;
- }
Piyush PansuriyaPosted Dec 27, 2019, 12:49 AM