Top "Modalpopupextender" questions

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

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, …

asp.net-ajax modalpopupextender
how to clear the textbox value of asyncfileupload ..?

There is one button(MyButton). OnClick of this button a modalpopup(MyPopup) appears with one asyncfileupload ajax control, Ok button …

.net ajax modalpopupextender asyncfileupload
How to set the position of the ASP.NET Ajax ModalPopupExtender?

Can the position of the Ajax modalpopupextender be set either to an absolute or relative position on the page? The …

asp.net javascript asp.net-ajax ajaxcontroltoolkit modalpopupextender
How to set TargetContrlID in ModalPopupExtender with a control in a GridView

How can I set TragetContriID to a HyperLink that is inside a GridView? I tried this : <asp:ModalPopupExtender ID="…

asp.net gridview ajaxcontroltoolkit modalpopupextender
BackgroundCssClass not being applied with ModalpopupExtender

I am trying to create this webpage that shows a database with a "Master-Detail" type view. To do this I …

c# asp.net css modalpopupextender
To show Modalpopup in JavaScript

I have a modal popup extender as follows <div id="target" runat="server"></div> <cc1:…

asp.net javascript popup modal-dialog modalpopupextender
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 someone please …

ajax asp.net-mvc modalpopupextender
How to make ModalPopup drag/drop

I use a ModalPopupExtender from the Ajax ControlToolkit in my Webapplication.I set it's Drag property is true,but when …

c# asp.net ajax modal-dialog modalpopupextender
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 &…

javascript jquery asp.net modalpopupextender
Close the Ajax Modal popup window on Esc keypress

I had shown a Panel Pop up windows using Ajax and what i have to do is i want to …

c# ajax modalpopupextender