modalpopupextender
asp.net ajax popupextender aligment issue
I have used the ajax popup in my application where one link opens a popup and from the popup, there is another popupextender that gets opened. This popup is not center aligned. Is there any way i c开发[详细]
2023-01-14 04:10 分类:问答Asp ModalPopupExtender not displaying detail view
I am using a ModalPopupExtender within an updatePanel to show a detailView when a user selects a \"Details\" Button within a GridView.[详细]
2023-01-09 11:04 分类:问答Click Events in Modal Popup Extender
I have a ASP.NET page where a modal popup exten开发者_如何转开发der is shown when we click on a link button...There is a submit button in the Modalpopup extender which inserts the data into a DB table[详细]
2023-01-08 17:37 分类:问答asp.net ModalPopupExtender show's then hides problem
I have a simple ModalPopupExtender sample but can\'t seem to get it working properly. I\'ve followed the code from an online sample and it\'s similar to a lot of the other online examples but when I r[详细]
2023-01-08 08:38 分类:问答ModalPopupExtender inside a GridView ItemTemplate
How do I use a GridView TemplateField containing a LinkButton that is to display the modal on click? I have rows of data that I want to update the details of when clicking the \'Edit\' LinkButton in t[详细]
2023-01-07 04:23 分类:问答Problem with Ajax control toolikt Modal Pop control
I have an ajax control toolkit modal popup on my page and in that modal popup i have a gridview on which user select some item through checkbox on each row of gridview. Whenever user check or uncheck[详细]
2023-01-07 03:32 分类:问答Invalid argument error with an AsyncFileUpload inside a modalpopupextender
I receive this error when the page loads: Invalid argument. On this line: a._innerTB.style.width=a._inputFile.offsetWidth-107+\"px\"[详细]
2023-01-07 00:40 分类:问答How to do a postback after exit ModalPopupExtender with an UpdatePanel
I have a Button on a page. This button opens a ModalPopupExtender. Inside this popup there is an UpdatePanel for showing an error before hiding the popup. But when I click on the button ok and when th[详细]
2023-01-06 20:53 分类:问答ModalPopupExtender does not postback
I have this page where in i have a ModalPopupExtender. Now the panel that shows up as a Mo开发者_开发知识库dalPopup has 2 buttons namely \"Invite\" and \"Cancel\". My problem is that when i click on e[详细]
2023-01-06 01:11 分类:问答Getting value back from Modal PopUp
I have a ModalPopup in the ItemTemplate of a GridView like <ItemTemplate> <asp:LinkButton ID=\"lnkbtnSeek\" CommandArgument=\'<%# Eval(\"ID\") %>\' runat=\"server\" Text= \"Info\" Comm[详细]
2023-01-04 19:35 分类:问答