Refresh ASP.net gape after the post back is complete

  • Thread starter Thread starter Pravin
  • Start date Start date
P

Pravin

Hi,

I have a ASP.net webform opened. I want to open a model dialog box on
the button click. When the dialog box is opened, the webform is shown
blank because the post back is not complete unless i close the dialog
box.

How can i refresh the page only when the post back is completed i.e.
refresh the page only when the server side processing is done?

TIA
Pravin
 
Must be you are using wrong way of opening dialogs.
If you open a new window with javascript showModalDialog in client-side
onclick event, nothing happens to the parent window except you can't click
on it.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top