modalpopupextender
ASP.net modalpopup in loggedIn event
I\'m implementing a Announcement system that is loosely based on this article: https://web.archive.org/web/20211020111733/https://www.4guysfromrolla.com/articles/110409-1.aspx[详细]
2023-01-02 12:52 分类:问答Call (show) a modal popup located in MasterPage from it's childs
I\'m trying to make a default modal box that must be开发者_开发问答 accessible from any part of the application, and need to be called whenever I want from inside any page. (must be called from code-b[详细]
2023-01-02 04:42 分类:问答How can I create and call a javascript function on a dynamically loaded user control?
when i try to call a javascript function in a dynamically loaded user control, it cannot find the function specified. I have a user control for organizationDetails.ascx. In there, I am using modal pop[详细]
2023-01-01 13:41 分类:问答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 a ModalPopup to prevent the user from pressing any buttons or changing values[详细]
2022-12-31 06:20 分类:问答AJAX ModalPopup Pops Behind (Under) Page Content (Negative z-index)
I am having an issue with the AJAX ModalPopupExtender in version 40412 of the AJAX Control Toolkit (http://ajaxcontroltoolkit.codeplex.com/releases/view/43475).[详细]
2022-12-30 00:37 分类:问答ModalPopupExtender z-index value decreases after every show
This is a new one I have never seen before.I have a gridview containing a bunch of categories that can be edited by clicking on the respective \"Edit\" link within the gridview.The modalpopupextender[详细]
2022-12-27 12:12 分类:问答Page_Load after Modal Popup
I have a page with a user control which gets some data updated via a modal popup. Upon 开发者_如何学编程clicking \"ok\" on the modal popup - the new data is being written to the database - but the bas[详细]
2022-12-27 08:41 分类:问答DropDownList Value not changing with UpdatePanel and ModalPopupExtender
Greetings, I have an asp.net webpage with an modalpopupextender inside of an updatepanel. When I click Ok on the popup, I can get the textbox values from the popup just fine, but the DropDownLists ha[详细]
2022-12-25 23:30 分类:问答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 th开发者_如何学Pythone popup?there is a property in extender for closing popup \" CancelControlID\" give button id[详细]
2022-12-25 02:01 分类:问答How to make 5 links to open the same modal popup?
I have 5 links that are on the same form but I would like them all to reference the same AJAX modal popup extender. I am basically showing a panel with the same view layout with just different data de[详细]
2022-12-24 18:44 分类:问答