I have an ASP.NET web application that checks for a
database in Page_Load(). If the database is not present I
want to exit the application.
I have tried using window.close() which does close the
app but prompts the user if he/she wants to close the
browser. I don't want the prompt since the app must close.
How can I do this?
database in Page_Load(). If the database is not present I
want to exit the application.
I have tried using window.close() which does close the
app but prompts the user if he/she wants to close the
browser. I don't want the prompt since the app must close.
How can I do this?
Comment