Hello,
i am using a detailsview in a modalpopup. When i click edit in the detailsview, the popup closes again. I have a cancel button separately to close the popup. How do i prevent the popup from closing when i press the Detailsview?
thanks for your kind help.
Maurice
I am having a very similiar problem as you.
I have a usercontrol that contains some textbox's, a button and a gridview.
When I click the button I filter the gridview based on content from the textbox's
The usercontrol is inside a modalpopup. When I click on the button, the modalpopup disappears. The popup should not disappear!
I started to encounter this problem after I upgraded from Beta2 to RTM of AJAX.NET Extensions and got the latest version of the Control Toolkit.
Is there anyone with any solutions?!?
Hi,
ModalPopup will hide whenever a postback occurs (well, technically it doesn't hide but rather it won't be shown again). If the content of your ModalPopup is causing postbacks, you should wrap it in an UpdatePanel (just the content of the ModalPopup - not the whole ModalPopup itself) so the popup remains visible.
Thanks,
Ted
Hi, I have a modal popup which shows search results.It uses updatepanel as you mentioned and on a button click I fill an asp-repeater control.
After searching (repeater is populated), if I click the cancel button of the popupextender then
the dropdown boxes on the page remain invisible..Is this a bug ? appreciate any solution. Thanks.
No comments:
Post a Comment