-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a gridview inside a ModalPopUpExtender, the grid view have the button add delete and edit when i clic one of the button of the gridview the popup is closed. I wont to close the popup when the close button is clicked.
This is the asp.net part:
< cc1: ModalPopupExtender ID="NamePopup" runat="server"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'd like to use a modalpopupextender in my asp.net page to show a sub form. But it only has to show on specific conditions. Those conditions are determined in a piece of javascript code.
So, most importantly, the modal popup doesn't have to show on a button click. However, if I leave the property…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
Today I'm experimenting with the AJAX Control Toolkit controls, specifically with the ModalPopUpExtender control. Accomplishing basic tasks is really easy with this control but then came an idea...
What if I wanted to dynamically load a WebUserControl into a ModalPopUp? can this be done…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have created a modal popup using the ModalPopupExtender in Microsoft's AJAX 1.0 for .NET 2.0. It works great when the page doesn't isn't being accessed through SSL (http://) however the link to close the popup fails to fire if accessing the page through https://.
Is the ModalPopupExtender at blame…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
after showing the ModalPopupExtender, there are two radio buttons that are displayed as part of the popup. When you select the second radio button, I display more information in a gridview control. When the ModalPopupExtender first displays, I have it set at 40% for width and height for the panel…
>>> More