using window.showModalDialog

  • Thread starter Thread starter ruthie
  • Start date Start date
R

ruthie

Hi,

In my aspx page(parent) I put an html button and I use
window.showModalDialog to open another aspx page(child).

When I press the html button the first time, I can access all child
page events in debugger mode.

However, if I close the new created page and press again the html
button, I can't access any of the child page events unless I press
server controls in the child page.

I don't understand why - when I press the html button - I can't access
the Page_Load event of the new page ?

Any help will be appreciated.

Thanks.

Ruthie.
 
Hi,

In my aspx page(parent) I put an html button and I use
window.showModalDialog to open another aspx page(child).

When I press the html button the first time, I can access all child
page events in debugger mode.

However, if I close the new created page and press again the html
button, I can't access any of the child page events unless I press
server controls in the child page.

I don't understand why - when I press the html button - I can't access
the Page_Load event of the new page ?

Any help will be appreciated.

Thanks.

Ruthie.

Hi,

I finally found the answer in the forum -

http://groups.google.com/group/micr...lDialog+++first&rnum=1&hl=en#fa9d1bad8710db98

Thanks so much Laurent.
 

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