Click here to Skip to main content
16,007,885 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondoubt Pin
Member 103059316-Jan-07 1:36
Member 103059316-Jan-07 1:36 
AnswerRe: doubt Pin
netJP12L16-Jan-07 8:18
netJP12L16-Jan-07 8:18 
Questionproblem to run my webPage in IIS . Pin
hdv21216-Jan-07 1:32
hdv21216-Jan-07 1:32 
AnswerRe: problem to run my webPage in IIS . Pin
Sam.M16-Jan-07 1:42
Sam.M16-Jan-07 1:42 
Questiondisplay image in webform Pin
iramg16-Jan-07 1:03
iramg16-Jan-07 1:03 
QuestionHow to disable ALT+F4 ... Pin
samerh16-Jan-07 0:36
samerh16-Jan-07 0:36 
AnswerRe: How to disable ALT+F4 ... Pin
Colin Angus Mackay16-Jan-07 0:57
Colin Angus Mackay16-Jan-07 0:57 
GeneralRe: How to disable ALT+F4 ... Pin
samerh16-Jan-07 3:55
samerh16-Jan-07 3:55 
OK, i agree with u for the other browsers, but my need here is to override the Alt+F4 whe pressed to remove the sessions i created during the application. I.E is there a java script function that gives me the combination Alt+F4.
Someone gave me this but it aint workin Frown | :(
if (window.event.altKey && window.event.keyCode =="115")
{
alert ("You will be logged Out!");
window.open(url);
window.close();
}
this could work with me if iam able to redirect to another page when Alt+F4 is pressed.
Regards...
GeneralRe: How to disable ALT+F4 ... Pin
mailadai16-Jan-07 4:23
mailadai16-Jan-07 4:23 
AnswerRe: How to disable ALT+F4 ... Pin
ednrgc16-Jan-07 3:29
ednrgc16-Jan-07 3:29 
AnswerRe: How to disable ALT+F4 ... Pin
Christian Graus16-Jan-07 9:02
protectorChristian Graus16-Jan-07 9:02 
AnswerRe: How to disable ALT+F4 ... Pin
Pete O'Hanlon16-Jan-07 9:25
mvePete O'Hanlon16-Jan-07 9:25 
QuestionMail Body in "Password Recovery" Control Pin
just3ala215-Jan-07 22:49
just3ala215-Jan-07 22:49 
AnswerRe: Mail Body in "Password Recovery" Control Pin
just3ala216-Jan-07 2:12
just3ala216-Jan-07 2:12 
GeneralRe: Mail Body in "Password Recovery" Control Pin
Pete O'Hanlon16-Jan-07 3:54
mvePete O'Hanlon16-Jan-07 3:54 
QuestionDate format in GridView control Pin
Atul Kharecha15-Jan-07 21:03
Atul Kharecha15-Jan-07 21:03 
AnswerRe: Date format in GridView control Pin
Imran Khan Pathan15-Jan-07 22:33
Imran Khan Pathan15-Jan-07 22:33 
AnswerRe: Date format in GridView control [modified] Pin
trish_15-Jan-07 23:02
trish_15-Jan-07 23:02 
AnswerRe: Date format in GridView control Pin
Atul Kharecha16-Jan-07 0:54
Atul Kharecha16-Jan-07 0:54 
QuestionPage encoding after virus attack [modified] Pin
John Gathogo15-Jan-07 20:56
John Gathogo15-Jan-07 20:56 
QuestiongcServer Pin
Andrei_KS15-Jan-07 20:49
Andrei_KS15-Jan-07 20:49 
Questionvalidation expression for pincode checking Pin
Kissy1615-Jan-07 19:58
Kissy1615-Jan-07 19:58 
AnswerRe: validation expression for pincode checking Pin
Guffa15-Jan-07 21:12
Guffa15-Jan-07 21:12 
AnswerRe: validation expression for pincode checking Pin
ednrgc16-Jan-07 5:23
ednrgc16-Jan-07 5:23 
Questiondetect if user logged in on network Pin
playout15-Jan-07 19:32
playout15-Jan-07 19:32 

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.