Button in update panel is doing a full postback?

后端 未结 5 1995
小鲜肉
小鲜肉 2021-01-16 06:53

I\'m following a simple example of how to use the update panel from here (http://www.asp.net/Ajax/Documentation/Live/tutorials/IntroductionUpdatePanel.aspx). Outside the upd

5条回答
  •  粉色の甜心
    2021-01-16 07:44

    Since your UpdatePanel's UpdateMode is set to conditional you have to specify a trigger.

    Alternatively, you could define the property ChildrenAsTriggers to true.

    UpdatePanel.UpdateMode reference

提交回复
热议问题