How to close the pop up window of modal dialog?
- by Aru
Hi,
I am using modal dialog to validate server credentials.
After clicking on submit button it pops up new window.
Further i want call a servel. But its get called in the same pop up window.
I want to call it in the parent window by closing the pop up window.
How to achieve this?