Questions tagged [modalpopupextender]

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

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

The ModalPopup extender allows a page to display content to the user in a "modal" manner which prevents the user from interacting with the rest of the page. The modal content can be any hierarchy of controls and is displayed above a background that can have a custom style applied to it.

Demo page

632 questions
0
votes
1 answer

Refreshing UpdatePanel after click event of a Button inside a modalpopup inside a UserControl

I have a page with a listbox and a user control placed inside an update panel like this: <%@ Register TagPrefix="uc1" TagName="CMessage" Src="~/Controls/CMessage.ascx" %>
VSP
  • 2,367
  • 8
  • 38
  • 59
0
votes
2 answers

ASP.NET AJAX Modal Popup Extender Responding to Server Code on Timer

I have a modal popup extender tied to a asp:panel control that I want to show when the timer on an asp:updatepanel reloads executes the tick method. The tick method calls another method that checks for specific conditions and if all the conditions…
kntcnrg
  • 603
  • 3
  • 10
  • 17
0
votes
1 answer

Ajax ModalPopupExtender positioning issue, not aligned in center

I am using Ajax toolkit and ModalPopExtender specifically, works fine, just have a big time issue with its positioning, I am using it to display images and all images have different height and width and hence some times it appears like bottom left…
foo-baar
  • 1,076
  • 3
  • 17
  • 42
0
votes
0 answers

simplemodal auto popup to appear once

I've got this script to have a pop-up appear 5 seconds into the page. However, how can I stop it popping up everytime a user goes on to that page as it gets annoying. jQuery(function($) { // Load dialog on page load setTimeout(function() { …
0
votes
1 answer

Modal Popup not working with AutoCompleteExtender

I have an autocompleteextender that displays the list of questions. In the same textbox, when I type something and click on "Search" button, a pop-up should be opened and select category. I am using modalpopupextender for the popup. But the…
user1270940
  • 221
  • 1
  • 5
  • 9
0
votes
2 answers

can't make Click Event to work properly inside modalPopupExtender

I have a page which loads children pages by using jQuery's .load function... My children pages have buttons to perform some data exchange with the database server and most of them are doing ok. the problem is that some buttons are inside…
-1
votes
1 answer

Ajax Modal Popup

I am displaying data in a gridview. A link is bound in it. On that linnk button event, a ajax modal popup is shown. That modal popup contains a windows media player control and a repeater control. Repeater contains the audio files, and when select 1…
Shiv
  • 7
  • 3
-1
votes
1 answer

ACTK Modal Popup's background disappears after scrolling up and down several time

AJAX Control ToolKit Modal Popup's background (the blind curtain) disappears after scrolling up and down several times. I've tried using the following CSS styles but still no luck. .modalBackground { filter:alpha(opacity=70); padding-left:…
Thurein
  • 2,536
  • 7
  • 34
  • 49
-1
votes
1 answer

Jquery datetime picker is opening behiand the ajax popup extender

I am developing an application using .Net. I want to implement datetime picker in my application. $(document).ready(function(){ $('#MainContent_txtTime').datetimepicker(); }); The textbox 'MainContent_txtTime' control has been…
Partha
  • 469
  • 2
  • 14
  • 32
-1
votes
2 answers

Display Loading image on top of Ajax Modalpopupextender

I am using a loading image on every long processing events in my asp.net program, Using CSS and based from this reference…
rickyProgrammer
  • 1,177
  • 4
  • 27
  • 63
-1
votes
6 answers

Modal PopUp not displaying in chrome

hi i have some problem in displaying popup as when i implemented,its working perfectly in firefox and IE but not it chrome.alt text http://www.freeimagehosting.net/uploads/2960ed3989.jpg also check the link.how to solve this problem in chrome.
Emaad Ali
  • 1,483
  • 5
  • 19
  • 42
-1
votes
2 answers

detect if modal is currently active

how can i detect if a modalpopupextender is currently being shown using javascript? Modalpopupextender markup
user1438082
  • 2,740
  • 10
  • 48
  • 82
-1
votes
1 answer

Set a popup control on top of another pop up control using z-index

i am trying to set my error popup control on top of another popup control. i know that z-index is the solution but nothing works. i've tried applying it to any/all divs and classes. what am i doing wrong? Markup
user1438082
  • 2,740
  • 10
  • 48
  • 82
-1
votes
1 answer

ModalPopupExtender Overlay

All, REMEMBER: My overlay uses absolute positioning. I am trying to fix an overlay issue with my auto-suggest menu when it resides inside the ModalPopup (that uses Ajax control toolkit's ModalPopupExtender). As the user types, the overlay appears…
ActiveX
  • 1,064
  • 1
  • 17
  • 37
-1
votes
1 answer

How to get values of controls inside ModalPopupExtender?

Hi I have a control with lots of textboxes and repeater inside a ModalPopupExtender how do i get those controls values?
giga
1 2 3
42
43