Click here to Skip to main content
16,006,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Folder creation in client... Pin
Sandeep Akhare13-Nov-06 3:06
Sandeep Akhare13-Nov-06 3:06 
GeneralRe: Folder creation in client... Pin
_AK_13-Nov-06 3:08
_AK_13-Nov-06 3:08 
GeneralRe: Folder creation in client... Pin
Sandeep Akhare13-Nov-06 3:53
Sandeep Akhare13-Nov-06 3:53 
QuestionAlert message by clicking close control box Pin
Imran Khan Pathan12-Nov-06 23:47
Imran Khan Pathan12-Nov-06 23:47 
AnswerRe: Alert message by clicking close control box Pin
Sathesh Sakthivel12-Nov-06 23:51
Sathesh Sakthivel12-Nov-06 23:51 
GeneralRe: Alert message by clicking close control box Pin
Imran Khan Pathan13-Nov-06 0:06
Imran Khan Pathan13-Nov-06 0:06 
GeneralRe: Alert message by clicking close control box Pin
Sandeep Akhare13-Nov-06 0:28
Sandeep Akhare13-Nov-06 0:28 
AnswerRe: Alert message by clicking close control box [modified] Pin
Sandeep Akhare13-Nov-06 0:59
Sandeep Akhare13-Nov-06 0:59 
yes write a function on body onbeforeunload

function unloadEvent()
{
if(window.screenLeft < 10004)
{
page refresh
}
else
{
close button is click do here what you want to do before closing
}
}



-- modified at 7:22 Monday 13th November, 2006
GeneralRe: Alert message by clicking close control box Pin
Imran Khan Pathan13-Nov-06 2:15
Imran Khan Pathan13-Nov-06 2:15 
QuestionDatagrid Management Pin
gaurav awasthi12-Nov-06 23:40
gaurav awasthi12-Nov-06 23:40 
AnswerRe: Datagrid Management Pin
_AK_13-Nov-06 3:04
_AK_13-Nov-06 3:04 
QuestionHindi Keyboard in asp.net1.1 Pin
Kapil Thakur12-Nov-06 23:13
Kapil Thakur12-Nov-06 23:13 
QuestionHow to invoke an exe in the client from Webpage Pin
BabuChellathurai12-Nov-06 23:11
BabuChellathurai12-Nov-06 23:11 
AnswerRe: How to invoke an exe in the client from Webpage Pin
Sathesh Sakthivel12-Nov-06 23:14
Sathesh Sakthivel12-Nov-06 23:14 
GeneralRe: How to invoke an exe in the client from Webpage Pin
BabuChellathurai13-Nov-06 0:09
BabuChellathurai13-Nov-06 0:09 
Question"print a page" Pin
gaurav awasthi12-Nov-06 23:04
gaurav awasthi12-Nov-06 23:04 
AnswerRe: "print a page" Pin
_AK_13-Nov-06 3:01
_AK_13-Nov-06 3:01 
Questionmouseover event & backcolor on drop down list Pin
Samir NIGAM12-Nov-06 22:42
Samir NIGAM12-Nov-06 22:42 
AnswerRe: mouseover event & backcolor on drop down list Pin
RichardGrimmer13-Nov-06 2:51
RichardGrimmer13-Nov-06 2:51 
Questioninsert new row with datagrid Pin
ptvce12-Nov-06 22:21
ptvce12-Nov-06 22:21 
AnswerRe: insert new row with datagrid Pin
just3ala212-Nov-06 22:27
just3ala212-Nov-06 22:27 
AnswerRe: insert new row with datagrid Pin
niteshgajjar12-Nov-06 22:44
niteshgajjar12-Nov-06 22:44 
Questionan aspx page is running in mozila not in internet explore. Pin
monuSaini12-Nov-06 22:13
monuSaini12-Nov-06 22:13 
AnswerRe: an aspx page is running in mozila not in internet explore. Pin
Guffa12-Nov-06 22:29
Guffa12-Nov-06 22:29 
GeneralRe: an aspx page is running in mozila not in internet explore. Pin
monuSaini12-Nov-06 22:45
monuSaini12-Nov-06 22:45 

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.