Disable postback at click on a button

后端 未结 10 598
名媛妹妹
名媛妹妹 2021-01-03 20:31

I want do disable postback after clicking a . I\'ve tried to do that by assigning onclick=\"return false\", but in the button doe

10条回答
  •  独厮守ぢ
    2021-01-03 21:23

    I could fix that using an UpdatePanel which includes the implicated controls/elements.

提交回复
热议问题