SA Developer .NET

Welcome to SA Developer .NET Sign in | Join | Help
in Search

Modalpopup Extender closes automatically

Last post 07-24-2008, 14:46 by wesleyfraser. 2 replies.
Sort Posts: Previous Next
  •  07-24-2008, 13:52 13648

    Modalpopup Extender closes automatically

    Hi Guys, 

    I hope you can help me... I am busy creating a website at work and I am having some weird issues that I hope you can help with. I have a master page that has a couple of update panels that load content when a timer ticks every 5 seconds, this works fine.

    Then I have another page that loads a gridview that allows the user to click a button and then the modalpopupextender and confirmbuttonextender brings up the panel that requests the user if he wants to click the button. But it seems like whenever the timer fires it closes the modalpopup. 

    I hope someone can help me.

    Wesley

  •  07-24-2008, 14:05 13652 in reply to 13648

    Re: Modalpopup Extender closes automatically

    It sounds like the page post back every 5 seconds, which in turn will then close the modulpopup - refreshing the data(reloading everything). If I am correct, rather go the AJAX route then posting back.
  •  07-24-2008, 14:46 13654 in reply to 13652

    Re: Modalpopup Extender closes automatically

    Thanks for the quick reply... I have gone for using the following command (return confirm('Are you sure you want to submit this file ?');) when the user clicks the button which seems to sort out my problem.
View as RSS news feed in XML
Powered by Community Server (Commercial Edition), by Telligent Systems