Multiple CancelControlID using AJAX ModalPopupExtender

  • Thread starter Thread starter lundd
  • Start date Start date
L

lundd

Hi, I have a scenario where I display a modal popup, and have two
button controls that should fire the cancel event for the
ModalPopupExtender, however this control can only accept one such
Cancel control ID.
Any suggestions greatly appreciated.
 
You could update the control to support a collection of cancel buttons, or
have your addition controls call the click method (in javascript) of the
cancel button.

-- bruce (sqlwork.com)
 
Back
Top