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
2 answers

Multiple modal popup extenders in update panel

I have two modal popup extenders inside an update panel. Problem is when I call the show method of any modal popup both popups are shown. Please let me know how can we solve this? thanks in advance.
Abdul Rauf
  • 962
  • 2
  • 10
  • 22
0
votes
1 answer

Open frame when clicked

I have button, which should open a modal pop up with iFrame to a page. Currently the button click opens a PostBackUrl, I want a similar thing to happen here. That is, I want to open the Iframe scr Page as postbackurl.
shradha
  • 147
  • 2
  • 16
0
votes
1 answer

Do a Button Click from Code behide

I have a gridview which lists Tools and Access values. To edit I have an edit imagebutton on each row. I have an OnRowBound method which assigns an OnClick attribute to each button so that I will know which record I need to edit. The code is …
Mych
  • 2,527
  • 4
  • 36
  • 65
0
votes
2 answers

Ajaxtool kit popup in usercontrol

i have page in which i used the usercontrol in user control i use a ajaxtoll kit popup window to load a div in the user control it is working as expected when the pase ispostback is false that is for the first time when the page loads. but after the…
muthu
  • 87
  • 1
  • 12
0
votes
1 answer

Cannot keep track of div position of treeview

I have implemented a method of keeping track of Div positions - This works fine on my webpage. Now I want to keep track of a div position on a modalpopupextender that contains a TreeView but its position is restored as 0. I think it may be due to…
user1438082
  • 2,740
  • 10
  • 48
  • 82
0
votes
1 answer

Update value in modalpop panel inside the updatePanel

Here I try to update the Label value base on click event of Linkbutton which is inside the repeater control. Scenario is When I click on Linkbutton same time Modal popup open and the Label text also change. Below is my code. <%@ Page Language="C#"…
Saroop Trivedi
  • 2,245
  • 6
  • 31
  • 49
0
votes
1 answer

Popup extender "frozen" on code-behind exception

In a C#/ASP.NET project, we're using an ajax modalpopupextender to display a "Processing..." message to the users. We're displaying it using a Javascript call in the code of the ASP.NET page. Then, in the code behind, we're doing some database…
davandries
  • 176
  • 3
  • 12
0
votes
1 answer

ModalPopupExtender dosenot show up and display blank page

hi, I had aproblem on model popup extender as I used it well , I did my code well .but when I was testing it it didnot show up only blank page appeared. <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1"…
Egydeveloper
  • 195
  • 1
  • 4
  • 19
0
votes
1 answer

It's possible to Bind/Populate/Load a GridView when the modalPopUpExtender shows up?

I have 2 update panels. The second one have a GridView native control and it's wrapped by a panel control. This last panel control has an ModalPopUpExtender from AjaxControlToolkit. I can bind the data to the gridView at the load event page, and it…
Allende
  • 1,480
  • 2
  • 22
  • 39
0
votes
1 answer

ModalPopupExtender and IE 6

I am using the ASP.NET AJAX Control Toolkit. Within this toolkit, I am only utilizing the ModalPopupExtender (which requires a ScriptManager). This ModalPopupExtender is used on a very basic page. In fact, the page is just a login screen. If the…
Villager
  • 6,569
  • 22
  • 65
  • 87
0
votes
2 answers

Why can't I hit the event handler in the code behind doing a modal popup postback

I am basically trying to do what this article says. link text I am able to postback, but my handler is not getting hit. Any ideas? Code Behind protected void Page_Init(object sender, EventArgs e) { WireEvents(); } private void…
0
votes
1 answer

issue in panel when using with ajax modal popup control

I have 2 panels and using ajax modalpopup control
0
votes
1 answer

ASP.NET button event not firing when using modelpopupextender

I have one Panel that is linked to a ModelPopupExtenderand there is a button inside the first panel. When I click the first panel's button I want it to execute the event and inside this event I want to pop up the second Panel which is also linked to…
SpaceApple
  • 1,309
  • 1
  • 24
  • 46
0
votes
1 answer

Alert display on top of Modal Popup asp.net

I'm wondering how, if possible, to display an alertbox over a modal pop. I'm using the modal popup extender to display a form which the user fills out. On the form there are fields that the user must fill out, if they don't fill out a field and…
Snicklefritz
  • 355
  • 2
  • 6
  • 17
0
votes
1 answer

modal popup extender requires 2 clicks to fire

I have looked at various similar questions in this and other forums but have not found the answer. I have several modalpopup extenders with corresponding panels. I have no update panels or any other ajax controls on the page. The page displays OK…
Mych
  • 2,527
  • 4
  • 36
  • 65