Click here to Skip to main content
16,017,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Static Varible Sharing Problem Pin
Shivan Nandan9-Jun-09 21:25
Shivan Nandan9-Jun-09 21:25 
GeneralRe: Static Varible Sharing Problem Pin
Colin Angus Mackay9-Jun-09 21:31
Colin Angus Mackay9-Jun-09 21:31 
GeneralRe: Static Varible Sharing Problem Pin
saanj9-Jun-09 21:31
saanj9-Jun-09 21:31 
AnswerRe: Static Varible Sharing Problem Pin
Colin Angus Mackay9-Jun-09 21:24
Colin Angus Mackay9-Jun-09 21:24 
GeneralRe: Static Varible Sharing Problem [modified] Pin
Shivan Nandan9-Jun-09 21:38
Shivan Nandan9-Jun-09 21:38 
QuestionHow To Log when user clicks on the cross button through Ajax Pin
shimona 29-Jun-09 20:54
shimona 29-Jun-09 20:54 
AnswerRe: How To Log when user clicks on the cross button through Ajax Pin
saanj9-Jun-09 21:05
saanj9-Jun-09 21:05 
AnswerRe: How To Log when user clicks on the cross button through Ajax Pin
Sujay chakraborty9-Jun-09 21:17
Sujay chakraborty9-Jun-09 21: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 20:33
Sujay chakraborty9-Jun-09 20:33 
AnswerRe: Manipulating XML file using GridView and XmlDataSource Pin
Abhijit Jana9-Jun-09 21:11
professionalAbhijit Jana9-Jun-09 21:11 
GeneralRe: Manipulating XML file using GridView and XmlDataSource Pin
Sujay chakraborty9-Jun-09 21:21
Sujay chakraborty9-Jun-09 21:21 
GeneralRe: Manipulating XML file using GridView and XmlDataSource Pin
chaitanya2313-Jan-10 20:15
chaitanya2313-Jan-10 20:15 
Questionconfiguration error... Pin
RajpootRohan9-Jun-09 20:16
professionalRajpootRohan9-Jun-09 20:16 
AnswerRe: configuration error... Pin
Abhijit Jana9-Jun-09 20:21
professionalAbhijit Jana9-Jun-09 20:21 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 20:30
professionalRajpootRohan9-Jun-09 20:30 
AnswerRe: configuration error... Pin
Christian Graus9-Jun-09 20:25
protectorChristian Graus9-Jun-09 20:25 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 20:32
professionalRajpootRohan9-Jun-09 20:32 
AnswerRe: configuration error... Pin
saanj9-Jun-09 20:26
saanj9-Jun-09 20:26 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 20:34
professionalRajpootRohan9-Jun-09 20:34 
GeneralRe: configuration error... Pin
saanj9-Jun-09 20:38
saanj9-Jun-09 20:38 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 20:42
professionalRajpootRohan9-Jun-09 20:42 
GeneralRe: configuration error... Pin
Abhijit Jana9-Jun-09 20:46
professionalAbhijit Jana9-Jun-09 20:46 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 20:58
professionalRajpootRohan9-Jun-09 20:58 
GeneralRe: configuration error... Pin
saanj9-Jun-09 20:46
saanj9-Jun-09 20:46 
GeneralRe: configuration error... Pin
Abhijit Jana9-Jun-09 20:57
professionalAbhijit Jana9-Jun-09 20: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.