How to close the web form in asp.net by clicking close button.
I close the form.But at first click, the form is not close and the status bar show "Waiting for localhost". And then click again and the form is closed.
I tested with IsPostBack but it does not effect.
I want to close by first clicking.