开发者

Multiple Controls to PostBackTrigger's ControlId property inside a single update panel

开发者 https://www.devze.com 2022-12-14 20:35 出处:网络
Hai guys, Is 开发者_如何学Goit possible to add multiple controls(Buttons) to PostBackTrigger\'s ControlId property inside a single update panel....What if you do in this way...?

Hai guys,

Is 开发者_如何学Goit possible to add multiple controls(Buttons) to PostBackTrigger's ControlId property inside a single update panel....


What if you do in this way...?

  <Triggers>
        <asp:PostBackTrigger ControlID="Button1" />
        <asp:PostBackTrigger ControlID="Button2" />
    </Triggers>
0

精彩评论

暂无评论...
验证码 换一张
取 消