Click here to Skip to main content
15,905,967 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.Net Membership&Role db Question? Pin
BetimD18-Oct-07 0:32
BetimD18-Oct-07 0:32 
QuestionTransfering javascript to a content page Pin
piote17-Oct-07 22:03
piote17-Oct-07 22:03 
Questioni would like to add counter and download photos Pin
HishamAlsayed17-Oct-07 21:33
HishamAlsayed17-Oct-07 21:33 
AnswerRe: i would like to add counter and download photos Pin
il_masacratore17-Oct-07 21:40
il_masacratore17-Oct-07 21:40 
GeneralRe: i would like to add counter and download photos Pin
HishamAlsayed17-Oct-07 21:45
HishamAlsayed17-Oct-07 21:45 
GeneralRe: i would like to add counter and download photos Pin
Bjohnson3317-Oct-07 23:45
Bjohnson3317-Oct-07 23:45 
GeneralRe: i would like to add counter and download photos Pin
John-ph18-Oct-07 2:05
John-ph18-Oct-07 2:05 
Questionwindow closing event Pin
Sonia Gupta17-Oct-07 21:19
Sonia Gupta17-Oct-07 21:19 
i have a button in the web page.now on closing the form i am showing the confirm message(are u sure u want to exit).
for that i am writing the following code.
<code><script language="javascript" type="text/javascript">
function abc()
{
if(confirm('Are u sure u want to exit')==true)
{
return true;
}
}
</script></code>

<code><body onunload="abc();"></body></code>

but the above code shows me the message box when i click the button.i want the message box to appear when i click the close button.

Soniagupta1@yahoo.co.in
Yahoo Messenger Id = soniagupta1
AnswerRe: window closing event Pin
Guffa17-Oct-07 21:44
Guffa17-Oct-07 21:44 
GeneralRe: window closing event Pin
Sonia Gupta17-Oct-07 21:48
Sonia Gupta17-Oct-07 21:48 
AnswerRe: window closing event Pin
Guffa18-Oct-07 4:49
Guffa18-Oct-07 4:49 
AnswerRe: window closing event Pin
Imran Khan Pathan17-Oct-07 21:46
Imran Khan Pathan17-Oct-07 21:46 
GeneralRe: window closing event Pin
Sonia Gupta17-Oct-07 21:51
Sonia Gupta17-Oct-07 21:51 
GeneralRe: window closing event[off topic] Pin
ThatsAlok17-Oct-07 22:17
ThatsAlok17-Oct-07 22:17 
AnswerRe: window closing event Pin
Jintal Patel17-Oct-07 22:58
Jintal Patel17-Oct-07 22:58 
QuestionMaintainScrollPosition in masterpage + ajax Pin
sdsdsds@hotmail.com17-Oct-07 20:58
sdsdsds@hotmail.com17-Oct-07 20:58 
AnswerOK, I found out a few things about the treeView Pin
sdsdsds@hotmail.com18-Oct-07 2:30
sdsdsds@hotmail.com18-Oct-07 2:30 
QuestionLooking for advice Pin
Ahmad Adnan17-Oct-07 20:45
Ahmad Adnan17-Oct-07 20:45 
AnswerRe: Looking for advice Pin
il_masacratore17-Oct-07 21:47
il_masacratore17-Oct-07 21:47 
QuestionHow to set filename during runtime for video files. [modified] Pin
n_gchaitra17-Oct-07 20:44
n_gchaitra17-Oct-07 20:44 
Questiondownloading a wave file from another sys which is connected through LAN Pin
Sunil Wise17-Oct-07 20:36
professionalSunil Wise17-Oct-07 20:36 
QuestionEncrypting Password Pin
SreejithAchutan17-Oct-07 20:15
SreejithAchutan17-Oct-07 20:15 
AnswerRe: Encrypting Password Pin
Abhijit Jana17-Oct-07 20:43
professionalAbhijit Jana17-Oct-07 20:43 
QuestionSending Email using asp.net with c#, problem Pin
yogesh_softworld12317-Oct-07 20:12
yogesh_softworld12317-Oct-07 20:12 
AnswerRe: Sending Email using asp.net with c#, problem Pin
Christian Graus17-Oct-07 20:16
protectorChristian Graus17-Oct-07 20:16 

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.