Top "Modalpopupextender" questions

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

AjaxToolkit ModalPopupExtender: How do I set focus to a control in the popup Panel?

When the user pushes the Button, I'd like to display a modal dialog box to capture a couple of values …

asp.net focus modalpopupextender
show modal popup from code behind

i have a dropdownlist in codebehind,i have this function protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { /////// } now i …

modalpopupextender
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/…

ajaxcontroltoolkit modalpopupextender
$find().click not working

I've got multiple cancel controls for my modalpopup, but only btnCancel is working, the $find().click isn't working, I'm receiving "…

jquery modalpopupextender cancel-button
ASP.NET How to show AjaxControlToolkit Modal Popup from CheckBox

I need to show an AjaxControlToolkit ModalPopupExtender control, when user checks/unchecks a CheckBox control that is inside a GridView …

asp.net checkbox ajaxcontroltoolkit modalpopupextender
Refresh gridview inside update panel after modal popup closes

I'm having a heck of a time trying to get a gridview to refresh its data after a modalpopup adds …

asp.net gridview modalpopupextender
PopUpExtender on ImageButton inside GridView problem

I have GridView on my asp.net page, one column in that grid is ImageButton (TemplateField with ID="imbReserve"). On …

asp.net ajaxcontroltoolkit modalpopupextender
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 …

c# asp.net ajax ajaxcontroltoolkit modalpopupextender
Modalpopupextender closing while click on "OK" button

I'm using a Modalpopupextender ajax control to popup a panel. In the panel have two buttons, one is Asp button (…

c# asp.net ajax modalpopupextender