Hello everyone,
I am trying to close a web page, when a user clicks on the 'cancel' button in ASP.NET using C#. I have tried all sort of ways like this.close(), window.close(), page.dispose() etc. But the intellisense does not show up the close() when i write this. . What should i write in the button click event to close that window or page? Please provide me a clear solution.
Thank You
I am trying to close a web page, when a user clicks on the 'cancel' button in ASP.NET using C#. I have tried all sort of ways like this.close(), window.close(), page.dispose() etc. But the intellisense does not show up the close() when i write this. . What should i write in the button click event to close that window or page? Please provide me a clear solution.
Thank You