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

pass client id from within the gridview to javascript function

I have a gridview that get binds dynamically. i have a linkbutton attached with every row that opens a modal popup window which I need to show some text which is in a hidden field in gridview. I need to call a javascript function that sets the…
akhil
  • 1,202
  • 3
  • 21
  • 43
0
votes
2 answers

ModalPopupExtender Positioning on Mobile

I've got an issue with the ModalPopupExtender when rendered in a mobile device browser only. My app requires that a user pick a timeslot by tapp/drag, when they stop dragging a dialog appears to confirm their time selection. The user then clicks ok…
0
votes
1 answer

Can multiple button use same ModalPopupExtender window?

I have a list of addresses on my page, each has a edit button. When click edit, I want to use the same ModalPopupExtender. Is this possible? Thanks. I am using asp .net 4.0.
0
votes
1 answer

How to fix scrolling issue of Ajax Modal popUp in iPad safari browser?

I have Asp.net website Its running well in all browsers except iPad Safari. but When I testing then I getting issue in scrolling popup & not renderd into whole page (some part of popup get hidden as par attachement) in Ipad browser, sometime page…
Abhishek B.
  • 5,112
  • 14
  • 51
  • 90
0
votes
3 answers

Opening popup without a server request

We are trying to develop a timeout feature in application where we want alert user saying that the application log out will happen in x time will display the count down timer. Once the timeout we will be force fully logging out the user. For…
vcosk
  • 2,894
  • 2
  • 23
  • 23
0
votes
1 answer

OnClick event of dynamically created LinkButtons is not working

I’ve tried several solutions for this problem but none of them worked. Basically, I have a table of employees and the user have the choice of adding an employee dynamically thru an update panel. Each employee is being added as LinkButton and this…
Kemoid
  • 45
  • 2
  • 2
  • 7
0
votes
1 answer

ModalPopup is not working

Since i changed my website from .NET 4.0 to 3.5 ModalPopup is not working. The problem is there's no error message showing. So i can't figure out how to fix it. Has anyone had the same problem before? <%@ Page Language="C#" AutoEventWireup="true"…
SiHyung Lee
  • 349
  • 3
  • 8
  • 25
0
votes
2 answers

how to close ajax modal popup with clicking outside

I am writing a web page in c# asp.net . The page is using a master page . I have an ajax modal popup window in the page. I want to add 2 features for this popup: Close the popup when user clicks outside the modal popup Trigger a serverside code…
Ozgur Dogus
  • 911
  • 3
  • 14
  • 38
0
votes
1 answer

Using ModalPopupExtender in ASP.NET Repeater

When using ModalPopupExtender inside a repeater, when the page loads, ALL of the popups appear without being called ( one for each item in the repeater) and then rapidly dissappear. With this, the popup works , but the problem is these popups being…
virginia_c
  • 3
  • 2
  • 9
0
votes
1 answer

Change Form Field Visibility in ModalPopupExtender

Wanted to know if there's a way to change a form field's visibility within a ModalPopup (from ModalPopupExtender) based upon a DropDownList's change in value. This page's technique doesn't seem to work: Change visibility of ASP.NET label with…
user1382306
0
votes
2 answers

Solution for Modal Popup Extender in GridView

I'm trying to show Modal Popup when a user clicks LinkButton in GridView. I placed a break point for testing but it doesn't seem to pass through ModalPopupExtender.Show() Event when i click the Linkbutton in the Gridview. protected void…
SiHyung Lee
  • 349
  • 3
  • 8
  • 25
0
votes
1 answer

How to have a link in one placeholder open a ModalPopup in a different placeholder?

I have a page with different placeholders. In one of them, I have a link that I want to open a modal popup in a second placeholder (using the ajaxtoolkit ModalPopupExtender) :
Wookai
  • 20,883
  • 16
  • 73
  • 86
0
votes
1 answer

Get the value of Dynamic Textboxes from Modal PopUp Extender

I have a Modal Popup Extender(MPE) , it has textboxes that are build dynamically depends on the number of input of the user, for example the user input "6" then 6 textboxes will be generated in MPE , Now my problem is, how am i going to get value of…
JanMichael
  • 31
  • 1
  • 12
0
votes
1 answer

Asp.net modalPopupExtender repositioning

Possible Duplicate: Re-center Modal Popup with Javascript By default, when using a modalPopupExtender from the ajaxControlToolkit - it is repositioned in the centre of the browser when the browser window is resized. I'm guessing this is some kind…
Tabloo Quijico
  • 700
  • 2
  • 10
  • 26
0
votes
2 answers

UpdatePanel doesnt reflect changes if the function is called by delegates

Having the following setup, why the update panel doesnt reflect the label text change if u change it throught delegates/eventhandlers? How would you make it work? Test.aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs"…
VSP
  • 2,367
  • 8
  • 38
  • 59