ModalPopupExtender OK Button click event not firing?

后端 未结 8 1425
旧巷少年郎
旧巷少年郎 2020-12-14 00:04

I have a Button inside an UpdatePanel. The button is being used as the OK button for a ModalPopupExtender. For some reason, the button click event is not firing. Any idea

8条回答
  •  無奈伤痛
    2020-12-14 00:59

    None of the previous answers worked for me. I called the postback of the button on the OnOkScript event.

    LinkButton

提交回复
热议问题