ModalPopupExtender popup Problem
-
Modalpopup have textbox, DropDownList, buttons. following is my button. my requirement is when I click this button popup will not close. suggestion please. Thanks in Advance!
Have A Nice Day! Murali.M Blog
-
Modalpopup have textbox, DropDownList, buttons. following is my button. my requirement is when I click this button popup will not close. suggestion please. Thanks in Advance!
Have A Nice Day! Murali.M Blog
-
Modalpopup have textbox, DropDownList, buttons. following is my button. my requirement is when I click this button popup will not close. suggestion please. Thanks in Advance!
Have A Nice Day! Murali.M Blog
-
Did you tell the modal popup to close in the button click event code? ASP.NET AJAX Control Toolkit ModalPopupExtender Control in Action[^]
Sorry for my English. Yes.
Have A Nice Day! Murali.M Blog
-
Are you saying the popup closes when you click the button?
There are only 10 types of people in the world, those who understand binary and those who don't.
Sorry for my English. Yes.
Have A Nice Day! Murali.M Blog
-
Sorry for my English. Yes.
Have A Nice Day! Murali.M Blog
Is the modal popup extender inside an update panel? If so you need a trigger to fire the close button. You can also use javascript to close the modal popup http://www.aspsnippets.com/Articles/ShowHide-OpenClose-AJAX-Modal-Popup-using-JavaScript-in-ASPNet.aspx[^]
-
Modalpopup have textbox, DropDownList, buttons. following is my button. my requirement is when I click this button popup will not close. suggestion please. Thanks in Advance!
Have A Nice Day! Murali.M Blog
Have you given CancelControlId and TargetControlId properties in modal popup extender. You need to assign corresponding button id's to these properties