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
-1
votes
1 answer

how to get value from dropdownlist which in ModalPopupExtender

I have a modalpopup which is showed automaticaly on startup of page. I'm doing this on Page_Load event. protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { InitiallizeAll(); } } …
rblerk
  • 17
  • 1
  • 1
  • 10
-6
votes
1 answer

10% margin on popup

how can i make this modal popup fill 80% of the screen in the x and y direction. i.e a margin of 10% on each side Markup
user1438082
  • 2,740
  • 10
  • 48
  • 82
1 2 3
42
43