How to close window with deep hierarchy
Friends.. this is my first mesg to this group..
Thanks in advance..
When I click on CLOSE asp button.. it should do some saving process at server side and close that window and all its child windows if any.
How can I handle this situation.
I tried with window.close()
Its not working.
Actaully my page is inside an user control
The hirarchy is like the below..
1. Default.aspx(static)
Usercontrol(static)
Welcome.aspx page(static)
Usercontrol(static)
Welcomestep1.aspx(changes on button click)
Now I should close the enitire page from welcomestep1.aspx