how to cancel modal popup
with timer in asp.net 2010
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Umesh KumarPosted May 14, 2014, 8:58 AM
If your ModalPopup is in the UpdatePanel, please try taking it out. For instance,
PopupControlID="Panel1"
runat="server">
.........................
Umesh KumarPosted May 14, 2014, 8:57 AM