I figured it out. I removed the OKControlID from the ModalPopupExtender and that lets my "OK" button do what it would normally do and
I am using the MPE as an enhanced Confirmation button. A few questions for the user before the page gets submitted. So, when the users clicks "Save" on the page I check some things and show the MPE panel to ask a couple more questions before I submit the page. If the OKControlID attribute is set all that happens is the popup closes. If I leave it unset then the button on the popup works as it would on the page and forces a postback to the event handler function I have set on the OnClick of the button.
Does that make sense? I want to be clear in case someone else is in the same situation
Main Topics
Browse All Topics





by: mohan_sekarPosted on 2009-07-01 at 13:01:55ID: 24757688
I don't get it! Could you post relevant sections of your code and explain the problem again?