What is the best way to close an ASPX page from the code-behind?
I have a button event handler that I want to close the page after the user has clicked an ASP.NET
You can close a window by simply pasting the window closing code in the button's OnClientClick event in the markup