Replace UpdatePanel with JQuery

前端 未结 3 1554
隐瞒了意图╮
隐瞒了意图╮ 2020-12-24 09:33

I\'m using UpdatePanel to asynchronously call a button click event in a page that calls a method in another class which writes out an XML file on the output. Is there a way

3条回答
  •  青春惊慌失措
    2020-12-24 09:44

    Use jQuery to handle the click event. Then call a page method in the code-behind using this technique. From there you can write the XML file or do whatever else you want.

提交回复
热议问题