ASP.Net Ajax - PageMethods Synchronous call and retrieval of results

后端 未结 1 782
無奈伤痛
無奈伤痛 2021-01-07 00:59

How to ASP.Net Ajax - PageMethods Synchronous call and retrieval of results ?

Currently i am doing following async call and working

1条回答
  •  粉色の甜心
    2021-01-07 01:35

    IMHO this is not possible with ASP.NET AJAX because the generated wrappers use async calls. By the way you could use jQuery to call the PageMethod where it is a matter of setting async: false.

    0 讨论(0)
提交回复
热议问题