Tagged Questions
The ModalPopupExtender is part of the AJAX Control Toolkit for ASP.net
17
votes
8answers
39k views
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 some reason, the button click event is not firing. Any ideas? Am I missing something?
...
16
votes
3answers
3k views
Moving ModalPopup Outside the IFrame. Possible?
I have an iframe inside my main page. There is a modalpopup inside the iframe page. So when the modalpopup is shown, the parent of the modalpopup is the iframe body and the main page parent body. Thus ...
7
votes
4answers
5k views
ModalPopupExtender and validation problems
The problem I am facing is that when there is validation on a page and I am trying to display a model pop-up, the pop-up is not getting displayed. And by using fire-bug I have noticed that an error is ...
6
votes
9answers
6k views
modalpopupextender and commas appearing in my textbox asp.net
Some weird stuff is happening, I am converting an application that used to use javascript to open another web page in a tiny window for data input to use a ModalPopupExtender.
It seems to work fine, ...
4
votes
3answers
428 views
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 base page doesnt ...
4
votes
3answers
7k views
ModalPopupExtender won't render in front of everything in IE7/IE8 Compatibility mode
I have a ModalPopupExtender from the AjaxControlToolkit that is working properly in Firefox, Chrome and IE8, but when I run it in IE8 Compatibility mode, it pops up behind the content of my page, ...
3
votes
1answer
148 views
ASP.Net Ajax ComboBox in ModalPopup
I have a combo box inside a ModalPopupExtender and when the popup is showed the list of items is not located under the text box but is offset to the right.
my code is:
<asp:ScriptManager ...
3
votes
1answer
2k views
ModalPopupExtender not displaying on button postback within updatepanel
I know this flavor of question has been asked multiple times, but I've spent hours sifting through answers that don't match or don't work and I'm at wits end.
Background: I have a situation where I ...
3
votes
1answer
409 views
Why does ModalPopupExtender not work when I move its target panel's style from hardcoded to CSS?
I have a ModalPopupExtender set up on a page and working great. It's tied to a panel with some style attributes hardcoded into its tag. I'm trying to get all my styles out of my markup into CSS, but ...
3
votes
3answers
11k views
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
Call my code ...
3
votes
1answer
1k views
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 ...
3
votes
4answers
4k views
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 property it works fine ).
ModalPopupExtender is not ...
3
votes
3answers
3k views
To show Modalpopup in javascript
I have a modal popup extender as follows
<div id="target" runat="server"></div>
<cc1:ModalPopupExtender ID="ModalPopupExtender1" BehaviorID ="Modal"
runat="server" ...
2
votes
2answers
184 views
Required field Validation and Modal popup occurs at the same time
I have a page where there are some text box with required fields and I have a submit button in the same page for which I have the Modal Pop up. When I click the submit button without filling the text ...
2
votes
1answer
242 views
Modal Popup Extender: Fetch data from database then bind it to the label in the modalpopupextender
I've a problem with ModalPopupExtender. I have put a label in ModalPopupExtender and trying to bind label with the value from database. When I am debugging, the value is showing on the label's text ...
2
votes
2answers
42 views
Where best to place modal popup in a GridView
I have a GridView which may contain 10's and 100's of rows, on each row is an Edit link that will present the user with a modal popup to allow them to edit some details.
There seem to be 2 ...
2
votes
1answer
287 views
UpdatePanel, ModalPopupExtender, and enter keypress issues
Have an UpdatePanel that contains 2 panels with default buttons set to listen to enter key presses. That UpdatePanel is the PopupControl for a ModalPopupExtender.
Running into an issue when pressing ...
2
votes
2answers
132 views
Pop up Panel, Postback problem
I have a panel as a pop up
<asp:Panel ID="CreateGroupPanel" runat="server" BackImageUrl="~/Light-Gray-Suede1.jpg"
CssClass="style10" Visible="True"
style="position: absolute; ...
2
votes
1answer
229 views
Modal Popup Closing when clicking OK, even if form validation fails
I'm using the AjaxControlToolkit, which I haven't used in a while so I know I'm a bit rusty. I created a simple form in an asp:Panel with one field and a required field validator. I would like to ...
2
votes
1answer
530 views
showing an asp:ModalPopupExtender using jQuery
I am trying to show an asp:ModalPopupExtender using jQuery, without any success. Here is what I have :
ASP.NET
<asp:ModalPopupExtender BehaviorID="confirmPopup" ID="confirmPopup" runat="server" ...
2
votes
1answer
527 views
partial rendering update panel on modal popup extender close
In my form I have a listview and a panel which is used as popup window inside a updatepanel.
I am dynamically creating popup window using modalpopupextender on listview ltemcommand.
here is my code ...
2
votes
3answers
892 views
How to edit a gridview inside of a modal popup?
I have a gridview that appears in a modal popup that is generated dynamically and is bound to a dynamically generated SqlDataSource.
I did this to hopefully take advantage of the gridview's ...
2
votes
1answer
476 views
ModalPopupExtender shows popup when the user hits the back button
How do I stop a ModalPopupExtender from showing the popup when a user navigates to the page via the browser's back button?
I tried to implement the solution found here which essentially handles the ...
2
votes
1answer
462 views
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.
The problem is that when the button is selected the popup is not ...
2
votes
0answers
860 views
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"
If I remove this attribute UploaderStyle="Modern", I don’t have ...
2
votes
1answer
711 views
Editing a Gridview row with drop-down lists gets too wide - how can I use popup panels instead?
I have a series of GridViews in a Tab Panel - databound to a generic List of Business Objects.
The columns in the Gridview are all similar to the following:
<asp:TemplateField ...
2
votes
2answers
3k views
How to close Modal popup Extender from Server side
How to close Modal Popup extender from server side code on click of close link in popup.
2
votes
2answers
7k views
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 all be displayed on the page.
I just want to add scroll bar to the pop-up when this ...
2
votes
2answers
7k views
Prevent closing of ModalPopup on postback
I'm using the ModalPopupExtender control from the AJAX toolkit. This control extends a panel which contains a CreateUserWizard control. However, the validation of the CreateUserWizard control causes a ...
2
votes
4answers
6k views
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 to scroll down to view the rest of the information. Instead the background can scroll but the ...
2
votes
3answers
1k views
ASP.NET GridView pagination without postback
Just a quick question for all of you guys.
I have a Grid View inside Update Panel. My Modal PopUp pulls this Panel up. I am good so far.
However when I try to do pagination on the popped up grid ...
2
votes
2answers
2k views
Stop disappearing ModalPopup panel (shown by ModalPopupExtender ) on changing text of a textbox (TextChanged event fired by AutoPostback)
Hi
I have a html table inside of a panel control.
It will be shown by a ModalPopupExtender by clicking on a LinkButton.
inside of the panel, there is a textbox which its "AutoPostBack" property is ...
2
votes
1answer
3k views
Why does ModalPopupExtender not show through javascript?
I followed several web resources to understand how to show a popup from client side, and I made this code:
<asp:ImageButton runat="server" ID="btnOk" ImageUrl="imagens/btnAlterar.gif" ...
2
votes
5answers
6k views
Ajax ModalPopup Extender with ASP.NET MVC
I am trying to implement an Ajax ModalPopup Extender but i have no clue where to start.
Can somene please show me how to go about doing this or atleast guide me in the right direction.
Thanx
Owais
...
2
votes
1answer
10k views
ASP.NET AJAX nested updatePanel modalPopup funkiness
It seems that in some cases, if you end up with nested modalPopups wrapped with updatePanels (not ideal I know, and should probably be refactored, but that's what we're working with because of how ...
1
vote
1answer
34 views
Modalpopup extender in an update panel, whos controls events not firing
I know this is similar to many other questions on S.O. but none of them seem to apply to this situation, nor do they resolve the problem. The issue is I have one Modal Popup Control into which I pass ...
1
vote
1answer
46 views
Want to show Update Progress control on top of ModalPopExtender
I have a content page with an Update Panel and a Update Progress controls. The Update Progress control is properly displayed when the page posts back. I have now added a Modal Popup Extender to the ...
1
vote
1answer
36 views
ASP.NET AJAX ModalPopupExtender - opening with wrong button
I am having trouble with the AJAX ModalPopupExtender control. What I am trying to do is click a button, trigger a postcode lookup using Yahoo API with the button click event, display this in an asp ...
1
vote
3answers
253 views
how to populate modalpopupextender when gridview button is clicked in asp.net
I have one problem, someone maybe can help me.
I have a gridview and a button to edit the fields in the gridview from within a modalpopupextender.
What I want to achieve is when someone will click ...
1
vote
1answer
207 views
AjaxToolkit:ComboBox + AjaxToolkit:ModalPopupExtender — The ComboBox dropdown list cuts off… how to fix?
Basically, I've got the following:
.AjaxComboBoxWindowsStyle
{
position: relative;
}
.AjaxComboBoxWindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer, ...
1
vote
1answer
79 views
Conditionally display a ModalPopupExtender AJAX
I know you can utilize a ModalPopupExtender and have it be displayed when the user clicks a button or something of the sort by assigning the TargetControlID. What I'm looking to do is display this ...
1
vote
2answers
112 views
Can I edit inside of a modal popup?
I have only found posts in which people using gridviews and modal popups need help with editing. However, I am not using a gridview so editing is not as simple as an edit within a gridview. The modal ...
1
vote
1answer
53 views
Ajax Toolkit - Modal popal position resetting after internal update panel refreshes
I have a modal popup that can be dragged and moved. It also contains an ajaxUpdatePanel to update certain elements within it.
My problem is that if the modal popup has been moved around and the ...
1
vote
1answer
70 views
Formula To center A modal
guys i need a help im having a hard time to get the formula to center this modal (http://www.queness.com/post/77/simple-jquery-modal-window-tutorial) my browser size is 1263X582, Im solving it by ...
1
vote
1answer
96 views
Sorting Gridview breaks ModalPopUp in GridView
I have a gridview that has linkbuttons that call modalpopups and textboxes with values. I am trying to implement sorting for the gridview, but the if(!ispostback) statement I need for sorting prevents ...
1
vote
1answer
94 views
Populate values in pop up from the grid in asp.net
<asp:GridView ID="UserTable" runat="server" AllowPaging="False" SelectedIndex="0" DataKeyNames="UserID" ShowHeaderWhenEmpty="True"
...
1
vote
0answers
203 views
ModalPopupExtender and DynamicPopulateExtender in MasterPage
I have read that it is not a good idea (or just straight not possible) to put ModalPopups and DynamicPopulates in Site.master. However, if I wanted to have a link in the header/footer that opened up a ...
1
vote
2answers
77 views
Mobile ModalPopupExtender?
I'm running into an issue with the ModalPopupExtender when displayed on a small screen device. The modals height does not rescale to fit within the viewable window. Because it is centered the top and ...
1
vote
1answer
129 views
jquery delegate event for Jcrop(image).setOptions in a modalpopupextender
I have a modalpopupextender control that is used to upload and crop an image before saving it to the file system.
MPE shows a file upload control first, when the user uploads a file, it shows the ...
1
vote
1answer
69 views
How to show a popup calendar in Ajaxpopup box?
I have an application and I am using ModalPopupExtender to edit some information and one of the information is date of birth.
I'm using a Westwind calendar in my project, but the calendar is not ...