Top "Modalpopupextender" questions

The ModalPopupExtender is part of the AJAX Control Toolkit for ASP.

ModalPopupExtender OK Button click event not firing?

I have a Button inside an UpdatePanel. The button is being used as the OK button for a ModalPopupExtender. For …

asp.net asp.net-ajax updatepanel modalpopupextender
ASP.NET: ModalPopupExtender prevents button click event from firing

Here is what I'm trying to do: Click a button on my page, which in turn makes (2) things happen: Display …

c# asp.net ajax modalpopupextender
Positioning AJAX ModalPopupExtender in the center of the screen problem

I have problem with positioning ModalPopupExtender in the center of the screen when it's PopupDragHandleControlID property is set (without this …

asp.net css ajax ajaxcontroltoolkit modalpopupextender
Make postback when the OkButton in a ModalPopup is clicked in ASP.NET AJAX

I follow the example in Atlas: Creating a Confirmation Using the ModalPopup Extender to make a postback when the OkButton …

asp.net-ajax postback ajaxcontroltoolkit modalpopupextender
How to close Modal popup Extender from Server side

How to close Modal Popup Extender from server side code on click on close link inside the popup?

asp.net modalpopupextender
Use ModalPopupExtender without having to set TargetControlID?

I'd like to use a modalpopupextender in my asp.net page to show a sub form. But it only has …

asp.net ajaxcontroltoolkit modalpopupextender
How can I make the modal popup scroll its contents with the page?

I've got a modal popup and when it loads contents that are taller than the browser height I am unable …

asp.net ajaxcontroltoolkit modalpopupextender sizing
Loading a complete HTML Page in Modal Box

Ok so now it has been a day almost in searching about Modal box to display a complete .HTML file …

javascript jquery html modal-dialog modalpopupextender
asp.net ModalPopupExtender : need to show scroll bar when overflow

I display a gridview in a ModalPopupExtender. When the screen resolution is to small, the pop-up is to big to …

asp.net css ajaxcontroltoolkit modalpopupextender
Preventing ModalPopupExtender from closing during/after PostBack

How do I prevent my asp:ModalPopupExtender from closing after or during a postback to the server?? Here is my …

javascript asp.net ajax postback modalpopupextender