A modal pop-up window is a window that is displayed on top of the main window and that disables the main window until the user has finished interacting with the pop-up window.
Questions tagged [modalpopup]
153 questions
0
votes
2 answers
How to prevent modal popup from closing on button click
I have to open a modal popup on link click .In that popup i have to take some user details and on submit some server side code has to be executed and new popup is to be opened.But problem is that on button click new popup opens and as soon as server…

Rajeev
- 59
- 1
- 1
- 8
0
votes
1 answer
Chrome browser - DotNetNuke popup moves to top of screen and cannot close it
I have created a dnnModal popup in DotNetNuke that works very nicely, except in the Chrome browser when the anchor tag is clicked that is in the form to move down the page, the entire popup moves up to the top of the screen so that the close button…
0
votes
0 answers
Html.RenderPartial in Asp.Net Mvc 4 doesn't work fine
I have view that display Companies' CardView.Every card has add new BankAccount button to display "Add new bank account" modal popup. My view as follow:
@for (int i = 0; i < Model.Companies.Count(); i += 3)
{

Elvin Mammadov
- 25,329
- 11
- 40
- 82
0
votes
1 answer
Modal pop up AJAX extension for button save
I have a button that makes saving a record in the database, but want the user to press the button to be notified that the registration was successful in another case to be informed that such registration exists. As can be done with modal popup…

nav1-code
- 11
- 4
0
votes
1 answer
How to fill a TextBox in InsertItemTemplate(ListView) with a selected Value from ModalPopup displayed by clicking a Link in the InsertItemTemplate?
I have really put in significant efforts to somehow find an answer; having failed I have then searched many forums before coming to bother the experts here. Please help!
I have a Listview in a USerControl of my main form; its InsertItemTemplate has…

Ratna
- 87
- 1
- 1
- 7
0
votes
1 answer
show pdf file in a icefaces modalpopup
Is it possible to show a pdf file in modalpopup with icefaces. Tried this but does not seem to work. Am new to icefaces too.
…

zapping
- 4,118
- 6
- 38
- 56
0
votes
0 answers
IE9 not displaying jQuery append() in modal popup
Using the jQuery Reveal plugin from www.zurb.com
html:
abov div
Modal Title
Any content could go in here.
…
Derek Pedersen
- 31
- 5
-1
votes
1 answer
I want to open bootstrap modal .net webform on button click
I had written code for modal popup but its not working, I am new to .net so i don't know how its work so please help me in that.. On clicking add button i want to open modal popup but its not working.