Click here to Skip to main content
15,796,025 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Static Varible Sharing Problem Pin
Shivan Nandan9-Jun-09 22:25
Shivan Nandan9-Jun-09 22:25 
GeneralRe: Static Varible Sharing Problem Pin
Colin Angus Mackay9-Jun-09 22:31
Colin Angus Mackay9-Jun-09 22:31 
GeneralRe: Static Varible Sharing Problem Pin
saanj9-Jun-09 22:31
saanj9-Jun-09 22:31 
AnswerRe: Static Varible Sharing Problem Pin
Colin Angus Mackay9-Jun-09 22:24
Colin Angus Mackay9-Jun-09 22:24 
GeneralRe: Static Varible Sharing Problem [modified] Pin
Shivan Nandan9-Jun-09 22:38
Shivan Nandan9-Jun-09 22:38 
QuestionHow To Log when user clicks on the cross button through Ajax Pin
shimona 29-Jun-09 21:54
shimona 29-Jun-09 21:54 
AnswerRe: How To Log when user clicks on the cross button through Ajax Pin
saanj9-Jun-09 22:05
saanj9-Jun-09 22:05 
AnswerRe: How To Log when user clicks on the cross button through Ajax Pin
Sujay chakraborty9-Jun-09 22:17
Sujay chakraborty9-Jun-09 22:17 
hey shimona 2,

The issue can be dealed with javascript, Please go through the following html code that captures the close button click event



<html>
<head>
<script language="javascript" type="text/javascript">
window.onbeforeunload = myunload;
function myunload()
{
	alert('Window is closing!!');
}
</script>
</head>
<body>
</body>
</html>



Hope this helps

Regards
QuestionManipulating XML file using GridView and XmlDataSource Pin
Sujay chakraborty9-Jun-09 21:33
Sujay chakraborty9-Jun-09 21:33 
AnswerRe: Manipulating XML file using GridView and XmlDataSource Pin
Abhijit Jana9-Jun-09 22:11
professionalAbhijit Jana9-Jun-09 22:11 
GeneralRe: Manipulating XML file using GridView and XmlDataSource Pin
Sujay chakraborty9-Jun-09 22:21
Sujay chakraborty9-Jun-09 22:21 
GeneralRe: Manipulating XML file using GridView and XmlDataSource Pin
chaitanya2313-Jan-10 21:15
chaitanya2313-Jan-10 21:15 
Questionconfiguration error... Pin
RajpootRohan9-Jun-09 21:16
professionalRajpootRohan9-Jun-09 21:16 
AnswerRe: configuration error... Pin
Abhijit Jana9-Jun-09 21:21
professionalAbhijit Jana9-Jun-09 21:21 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 21:30
professionalRajpootRohan9-Jun-09 21:30 
AnswerRe: configuration error... Pin
Christian Graus9-Jun-09 21:25
protectorChristian Graus9-Jun-09 21:25 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 21:32
professionalRajpootRohan9-Jun-09 21:32 
AnswerRe: configuration error... Pin
saanj9-Jun-09 21:26
saanj9-Jun-09 21:26 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 21:34
professionalRajpootRohan9-Jun-09 21:34 
GeneralRe: configuration error... Pin
saanj9-Jun-09 21:38
saanj9-Jun-09 21:38 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 21:42
professionalRajpootRohan9-Jun-09 21:42 
GeneralRe: configuration error... Pin
Abhijit Jana9-Jun-09 21:46
professionalAbhijit Jana9-Jun-09 21:46 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 21:58
professionalRajpootRohan9-Jun-09 21:58 
GeneralRe: configuration error... Pin
saanj9-Jun-09 21:46
saanj9-Jun-09 21:46 
GeneralRe: configuration error... Pin
Abhijit Jana9-Jun-09 21:57
professionalAbhijit Jana9-Jun-09 21:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.