I have implemented a Popupcontrol which has a text box and a button( say a) on it. It works good when I am in a page which does not have any buttons on it. But whenever there is a button (say b) on the parent page, i am facing multiple issues:
1- My parent page does not get updated as expected.
2- Pop-up control does not disappear.
3- Button b click event gets fired...( which i think is the main problem why about #1 & 2) is not happening.
What is that I am doing wrong here?
I see similar issue when I use modalPopUp