I have a modalpopupExtender which is opened when edit button is clicked.In that i have a gridview in which if click any row the popup gets hidden and the values are displayed on the page.The problem is that when i keep this code in the update panel the modalpopupextender is not getting hidden after clicking in the gridview.I have a master page in my page and using Ajax modal popup extender
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
are you doing a full postback? If so, in the Click event why not use ModalPopup.Hide()?? |
|||
|
|
|
I saw the same behavior what i did was putting modelpopup before update panel that way it worked
|
||||
|
|