Questions tagged [modal-popup]
27 questions
0
votes
1 answer
Highslide Auto Popup For One Time
Sir / Madam,
I have used Highslide script for auto popup on an index page. So that when user open the website, a popup should get visible that having a custom message. But I want that it should visible only for one time to the user, and if user…

user2990735
- 47
- 1
- 10
0
votes
2 answers
appAPI.openURL Issue in Firefox and IE
I am facing a Issue in appAPI.openURL parameter popup.
I expected popup parameter will open my URL as popup window. but it is popping under the main window. which is not my requirement.
I need to open my window as popup (modal popup) but not as pop…

saikiran
- 2,247
- 5
- 27
- 42
0
votes
1 answer
Bootstrap modal won't show over video element
I'm trying to get a modal box to show on clicking "Share" link. Following documentation, this should work. It appears that it may just be showing behind the video element, but changing the z-index hasn't helped.
Here's the JSFiddle:…

Matt
- 1,239
- 4
- 24
- 53
0
votes
3 answers
asp button to call java script function
I am a new developer of asp.net, now I have a problem on the issue of how to call java script function in asp.net. (I am lack of java-script)
I have a java-script code that will show the confirm modal popup like this…

user3578971
- 41
- 1
- 4
0
votes
0 answers
How to make ModalPopup draggable?
In a .NET WebForms project we use a Ajax Control Toolkit 1.0.10123.0 ModalPopup. People who make use of our app would love us to make this popup window draggable. Unfortunately I am not able to accomplish this. I did find that the ModalPopupExtender…

user2609980
- 10,264
- 15
- 74
- 143
0
votes
1 answer
Touch events are not working on Modal Popup
I am having one simple and complicated problem in touch events on Modal Popup window. In my popup I have displayed one image, for that image I am firing touch event BUT its works some time and NOT work almost all times.
Second problem is on that…

Mallikarjun
- 265
- 1
- 2
- 14
0
votes
2 answers
How to refresh DataGrid and DropDown on main page after hiding modal popup
I am adding records to a database from a modal popup. After hiding the modal popup, the page has not been refreshed (even though I have Re-bound the controls). I have reviewed a few postings on the web about this but the solution still evades me. …

James
- 305
- 4
- 10
- 23
0
votes
1 answer
Asp .net Show modal popup on click event linkbutton which is on Modal popup
I shown Modal popup (Modal2) on this Modal popup I have grid contain link button.
on click event of link button i have to show another modal popup having grid.
My First Modal popup Showing

Amol
- 1,431
- 2
- 18
- 32
0
votes
1 answer
Sending Notification in Modal Popup to Users
This question can be little different than you expect. I am wondering how would I show notification modal popup on a user's browser window whenever they come online and whichever the website they connect, and suppose I am the internet provider of…

Tarik
- 79,711
- 83
- 236
- 349
0
votes
0 answers
Modalpopup windows appears after the whole function is processed
I have a modal popup window that I want displayed at the start of the function. Instead, it appears after the function has been processed.
protected void RadListView1_SelectedIndexChanged(object sender, EventArgs e)
{
string script…

Csharp
- 2,916
- 16
- 50
- 77
0
votes
1 answer
Doing post back on an ajax toolkit modal popup extender
I use an Ajax Toolkit modal pop-up extender to pop-up a form for collecting information from the user. I intend to send the data collected from the user to the code behind for saving into the database on click of the submit button on that form. I…

Shittu Joseph Olugbenga
- 6,396
- 5
- 26
- 37
0
votes
4 answers
Error 'object doesn't support this property or method' while using jquery modal popup
I'm using a Jquery modal pop-up for multiple screens(say screen 1 - 6), and it isn't working for just screen 3, but working for the rest of the screens
I've got 3 Layout pages: Layout1,Layout2, and Layout3.
Every .cshtml page has the Layout as…

karan k
- 947
- 2
- 21
- 45