confirmbuttonextender

Ajaxcontrol toolkit ConfirmButtonExtender with radiobuttonlist control

I have a Yes/No Radiobutton List, When the asp.net page is loaded, if there are items in the gridview this radio is defaulted to Yes. Now if the user clicks no, I have to delete all the items for the gridview and persist them in db. But I want to show a confimation whether the user wants to go ahead doing this operation. If user clciks Y...

ConfirmButtonExtender with ModalPopupExtender : TargetControlID error

I am receiving the following error when using a ConfirmButtonExtender with a ModalPopupExtender. The error occurs in AjaxControlToolkit.ConfirmButtonExtender.RegisterDisplayModalPopup(). I located the source to this method and visually stepped through it. I can't find anything wrong with the markup. ...

ModalPopupExtender and ConfirmButtonExtender : Postback not firing

I have a ModalPopupExtender and a ConfirmButtonExtender in a user control that is being referenced on a parent page. The parent page performs a partial postback and if a condition is false, I call .Show() on the modal popup. If the user clicks "Yes" I want to fire another event on the parent page. I'm passing delegates to the user cont...