Hi All, Scenario: *ASP.Net Application* I have one UserControl A.It contains another usercontrol B. B contails three more UserControls X,Y and Z. B contains one Button control. When Button click event is fired, I have to popup one UC through ModalPopupExtender.
Problem I am facing in this: Once any control event on uc is triggered,popup is getting closed. I have to make it visible until I perform all operations on UC. I tried all possible ways But didnt get solution. Please give me solution.
