calling an ascx page method using jquery

后端 未结 8 1369
天涯浪人
天涯浪人 2020-12-01 14:16

I know that I can call a page method with jquery using the following syntax

$.ajax({
  type: \"POST\",
  url: \"Default.aspx/GetDate\",
  data: \"{}\",
  con         


        
8条回答
  •  抹茶落季
    2020-12-01 14:29

    This is an example of rendering a user control through a jQuery web service call.

提交回复
热议问题