when i click on a link_button I want to exit from the project.
how to end the whole project in asp.net
Collapse
X
-
Tags: None
-
just delete session by session.abundan t() method and redirect ur page on another page/login page -
Hai This is Indira Reddy
Example :- session.abundan t() ;
this is used to asp.net
Example :- window.close();
This is used to Java script . it is place button properties window then place to
onClientClick
OR Source Code (Button) Goto Type onClienClick="w indow.close()"Comment
Comment