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

show modal popup from code behind

i have a dropdownlist in codebehind,i have this function protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { /////// } now i want to show modal popup when a particular text is selected from the dropdownlist from…
Mishigen
  • 1,241
  • 6
  • 26
  • 37
4
votes
1 answer

ModalPopupExtender as a Status Box

I have a ModalPopupExtender that I simple want to use as a Status Popup for when there is a long running background tasks.