Questions tagged [modalpopup]

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.

153 questions
2
votes
2 answers

Display modal after postback without ASP.NET Ajax

I have an ASP.NET button. When the button is clicked, I'd like a modal popup to display after the server-side code for the button runs. I don't want to use the ASP.NET Ajax control toolkit modal popup extender. With ASP.NET Ajax, I can hook into…
Steve
  • 5,802
  • 12
  • 54
  • 76
2
votes
2 answers

Textfield value empty when I fill it with javascript

I am using modalpopup to enter some value in a textfield. After the value is selected in the modalpopup view, the modalpopup is closed and the value takes the appropriate value. Even if the value is displayed in the textfield, the textfield1.text…
Florjon
  • 3,569
  • 3
  • 22
  • 29
2
votes
2 answers

How to create a modal login popup?

I need to add login modal popup in my project like Digg's login popup. What are different modal box popups to achieve this?
Shaitender Singh
  • 2,157
  • 5
  • 22
  • 35
2
votes
2 answers

Joomla modal popup target url does not get session value

I have a problem regarding modal popup and session. I have two component name test and test1 respectively. In test there is a form in view in which i put "Anchor" tag with "modal" class. has also class name "class1". When i clicked on Anchor tag…
Manish Patel
  • 89
  • 2
  • 6
2
votes
1 answer

modal popup in jsp

i want my form to show a popup on clicking generate button. when the popup shows, the background should fade. below is the form which contains generate button.
Divyang
  • 601
  • 2
  • 9
  • 18
1
vote
1 answer

Popping up custom module in Dotnetnuke 6 using UrlUtils class's PopUpUrl method

I am new to DNN and working with custom module in DNN, I have created one Module and then a tab in DNN and placed that custom module on the page. So far so good but now I want to popup that module in a modal popup similar to the login module, using…
Manish Pandey
  • 175
  • 2
  • 13
1
vote
1 answer

Disable animation of the modal popup extender

How can I disable the animation effect while the ModalPopupExtender is shown? Here is my coding: HTML