Close a Parent Form from Child Form
From a child form I wanted to close the parent form after a button was clicked, the following is the code I used:// In the child form, create an event…
From a child form I wanted to close the parent form after a button was clicked, the following is the code I used:// In the child form, create an event…
This is a great solution for dealing with checking whether the clients browser has JavaScript enabled/disabled, and then coping with either scenario:Rich ajax applications that do not break if javascript…