Hi
I have an aspx page. In this page i am using model popup extender control. So when i click on the button i.e.openPopUp at that time button click event is fired successfullly and modelpopup opened. Its fine. But in this modelpopup i have again one button i.e. called Preview. So when i click on the preview button at that time one other popup is displayed, But when i tried to debug the backend code i have written in c# for the preview button click event, my cursor will not go. means click button event in not firing. Please suggest me.
Note: I am not using Updatepanel here.