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.
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.