close Asp.Net Application
-
I am using Asp.Net 2005 and i would like to close my application when i click a button
Sathya
-
I am using Asp.Net 2005 and i would like to close my application when i click a button
Sathya
I'm not sure that your question makes sense. You can do window.close() in your browser if you want ( the user will be prompted ), but this will stop the current user from interacting with your site, it won't fire any event on the server side, or guarantee that no-one is connected to your site.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I'm not sure that your question makes sense. You can do window.close() in your browser if you want ( the user will be prompted ), but this will stop the current user from interacting with your site, it won't fire any event on the server side, or guarantee that no-one is connected to your site.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
I am asking close the browser then ur application will end. I want the same operation in browser close in button click.
Sathya
-
I am using Asp.Net 2005 and i would like to close my application when i click a button
Sathya
SathyaSiva wrote:
i would like to close my application when i click a button
Which application? and On which button click event? If you are asking about browser close button then you do not need to do anything for this because browser closes itself when you click its close button. ;) whats your requirement and what do you want to do? regards kHan
please don't forget to vote on the post that helped you.
-
I am asking close the browser then ur application will end. I want the same operation in browser close in button click.
Sathya
I am SO sick of people downvoting me b/c they are stupid. Like I said, you can close the browser with javascript, the user will be prompted, but that doesn't end your app, your app won't even get a message to say that is what happened. You need to read a book on web development.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I am SO sick of people downvoting me b/c they are stupid. Like I said, you can close the browser with javascript, the user will be prompted, but that doesn't end your app, your app won't even get a message to say that is what happened. You need to read a book on web development.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
u know ASP.NET very well. we r beginners So only we r asked questions. If u answer otherwise ignore that don't scold others
Sathya
-
u know ASP.NET very well. we r beginners So only we r asked questions. If u answer otherwise ignore that don't scold others
Sathya
I am here b/c I want to help. But when people ask again and ignore the answer, that's just annoying. If you wanted to know something further, that's cool. But, you just asked the same thing again. It's also annoying to be voted as giving a bad answer, when you gave the only possible correct answer. THAT is why I feel frustrated.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )