Questions tagged [modal-popup]
27 questions
25
votes
5 answers
Restrict tabindex focusing to a section of the page
Situation:
I have a webpage which opens modal windows (light boxes) which contain forms where the user can input data. Users generally navigate using the keyboard, tabbing from one field to the next.
Problem:
When a modal window opens, only the…

SlappyTheFish
- 2,344
- 3
- 34
- 41
3
votes
2 answers
Modal Pop-up Image Viewer for Asp.net
I am looking for a control which can show me selected image detail view which is actually gonna be bigger image in a modal pop up to show a better view of image to my customers. You know those standard modal pop-up resizeable to selected image…

Tarik
- 79,711
- 83
- 236
- 349
2
votes
3 answers
ASP.NET AJAX Control Toolkit: Show a ModalPopup and then do PostBack
I want to show a modal popup when a user click on an asp button. The user must select an option of a panel. The value of the option selected must be saved to an input hidden and then the asp.net button must do a PostBack.
Can I do that?
Thank you!

VansFannel
- 45,055
- 107
- 359
- 626
2
votes
2 answers
How to load a page in iframe which is in a modal popup extender on button click event?
How to load a page in iframe which is in a modal popup extender on button click event?
Hi i have a grid with a link button in a page(say for example: "page1"), When i click the link button, i need to load a page(say for example: "page2") by passing…

Dineshkumar R
- 55
- 4
- 8
2
votes
3 answers
Bootstrap Modal close button issue after print action
I am working on bootstrap modal. I had a set of gallery images. A modal popup is opened on clicking the image. The popup has two buttons one for print the modal content and second to close the modal.
The problem is when the user click print button…

Jancy Abraham
- 167
- 13
2
votes
1 answer
bootstrap modal popup after loading popup from codebehind
i want to show gridview in bootstrap modal popup on button click but until gridview not getting bind i just want to show loading panel and for that what i am doing is..
i am calling loading popup as from button click as below.

jay bhut
- 76
- 2
- 14
1
vote
0 answers
Submit zipcode as session value in form and show thank you in same modal popup
I want to show bootstrap modal popup asking only once per visitor for postal/zip code while we open the web page. On submission, postal/zip code should be store in session variable and a thank you message should be displayed in same modal…

lokesh purohit
- 179
- 2
- 2
- 16
1
vote
1 answer
Load partial view in a modal pop-up window using jquery
I have images that are loaded from database. When I click on an image, I want to show that image in a Modal Pop-up. My problem is that, I am not able to call the partial view from jquery. In fact, that action is not getting called from JQuery.…

Praveen Xavier
- 71
- 2
- 4
1
vote
1 answer
How to generate a modalpopup in bootstrap when a value in a dropdown is changed?
How to generate a modalpopup in bootstrap when a value in a dropdown is changed?
I have my javascript like this ..I am raising an event to show the modalPopup
$("#City").change(function () {
if ( $("option:selected", $("#City")).text() ==…

Bharat Bhushan
- 1,315
- 3
- 18
- 24
1
vote
0 answers
display message before login screen on windows?
I have an program that is supposed to run on all computers when a fire alarm is trigger and display a full screen message and play a .mp3 file. I can get the sound to play on computers were no one has logged in and it is still at the "press ctrl alt…

user802599
- 787
- 2
- 12
- 35
1
vote
1 answer
Open a new window in a small size inside a Modal popup
I am working on a social share button. Look up here
If click on "SHARE THE GOODNESS" a modal pop up is generated
I am trying to do that once the modal pop up is generated if i click on one of the Social media button to share the page i get a new…

Koala7
- 1,340
- 7
- 41
- 83
1
vote
1 answer
Problems with displaying modal popups in mobile browser and on resizing browser window
I have some problems with a modal popup dialog on a site that I'm building. This is the site: www.notforsale.magalidb.com
These links all have a modal popup behind them:
"Lisez la version en ligne"
"Read the online…

Magali
- 205
- 5
- 14
1
vote
1 answer
rich:popupPanel always show scrollbars
My JSF form contains a popup panel. The code is here:

user1730789
- 5,157
- 8
- 36
- 57
0
votes
0 answers
Modal Popup box with bootstrap from code behind
I have the requirement of using modal popups with bootstrap.
I want to call it from the code behind to display a successful message without using ajax.

Alf
- 25
- 11
0
votes
3 answers
Asp.net Button click inside Jquery Modal popup
In my asp.net application i have used modal pop up using Jquery. Inside pop up window i have asp.net button. In which i need to write server side code for inserting data to database. But when i click on Button modal pop up is getting closed. I want…

Sangeetha
- 699
- 5
- 16
- 37