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

Detailsview on ModalPopUp only displays first row of gridview

I have a detailsview inside a modalpopup that is supposed to be displaying the selected row in my gridivew, but it is only displaying the first row in my gridview. What am I doing incorrectly? Thank you for your help. protected void…
0
votes
1 answer

Modal pop up for check box

I have a modal pop up panel and a check box in that panel. I have set check box autopostback property true. When I check mark the check box the panel disappears. I want the panel still to be there when check box clicked because I have …
Shanna
  • 753
  • 4
  • 14
  • 34
0
votes
2 answers

asp.net updatepanel

I have update panel in Modal popup extender, and I have script manager in masterpage, but when I run the website, I get following error : [InvalidOperationException: The control with ID 'udpOutterUpdatePanel' requires a S criptManager on…
user1871770
  • 53
  • 1
  • 7
0
votes
1 answer

modal not fading

This is the javascript I am using to get the fading effect for the modal... It isn't working. I dont know why. It just pops up like in a flash. I want it to fade in slowly & then fade out when closed.
who-aditya-nawandar
  • 1,334
  • 9
  • 39
  • 89
0
votes
1 answer

ModalPopupExtender show method does not work from code-behind javascript

I have an ajax modal popupextender which I would like to show using java script at the end of some processing in the code behind. I get the message Error: Unable to get property 'show' of undefined or null reference.
0
votes
2 answers

how to hide modal popup box by escape key in content page

I would like to hide modal popup box by pressing escape key. I have found a way that works in pages containing body tag(not content pages); using the function below, and onkeypress event for body tag. function catchEsc(e) { var kC…
parisa
  • 103
  • 1
  • 2
  • 6
0
votes
1 answer

CheckBoxList not working properly

I have this code. It always gives fales for item.Selected Add/Remove Recipients
Darshana
  • 2,462
  • 6
  • 28
  • 54
0
votes
1 answer

Second modalPopupExtender doesn't cancel postback on validation error

Problem with multiple ModalPopupExtenders in the same page, each requiring validation. For some reason I'm not seeing, the validation on the second fires (i.e., the error message displays), but the postback is not canceled and further, Page.IsValid…
0
votes
1 answer

Link button click event not firing in tab panel

I have a link button on a tab panel which displays a ModalPopupExtender. The problem is its onclick event is not getting fired. Whenever the link button is clicked, the modal popup shows (which should happen) but the click event is not…
who-aditya-nawandar
  • 1,334
  • 9
  • 39
  • 89
0
votes
1 answer

Modal Pop Up Extender and Update Panels

The ModalPopUpExtender makes a reference to "hiddenTargetControlForModalPopup" - this is a hidden button on the UI and it does not seem to be used anywhere except in the code shown below. The target for the modal pop up is the PANEL pnlNew, then…
0
votes
1 answer

modalpopup extender with iframe is not working

I am using Modal popup for displaying different page in a popup and parent page is not editable here is my code
navya
  • 144
  • 1
  • 1
  • 10
0
votes
1 answer

UserControl CancelControlID working for all other controls?

Hi i have created one User control which is a Popup , It is absolutely working fine , But when i click on other buttons which is other than close button it is getting closed.. Here is my code,
þÍńķ
  • 353
  • 1
  • 11
  • 31
0
votes
2 answers

How to show a ModalPopup when clicked on button?

When i click on a Button i must show a modal popup ASPX code:
þÍńķ
  • 353
  • 1
  • 11
  • 31
0
votes
1 answer

unable to show sql result in a popup modal window

I have a css modal window. which i want to display the sql result. When i click on a link. after the link is clicked, it gets the id from and selects the data from database and show in the popup, this where i have…
0
votes
1 answer

Modal Popup not refreshing Parent Page

I know this will seem vague and I will work on getting some code posted but wanted to get some initial feedback to see if anyone else has experienced this problem. I have a page with a listbox and a button. When I click the button a modal popup…
Kris
  • 81
  • 2
  • 3
  • 14