Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFREE Password Hash Library Pin
Jassim Rahma10-Apr-13 23:58
Jassim Rahma10-Apr-13 23:58 
AnswerRe: FREE Password Hash Library Pin
Richard MacCutchan11-Apr-13 0:51
mveRichard MacCutchan11-Apr-13 0:51 
GeneralRe: FREE Password Hash Library Pin
AmitGajjar15-Apr-13 2:39
professionalAmitGajjar15-Apr-13 2:39 
Questionembed logo image in email Pin
Jassim Rahma10-Apr-13 23:30
Jassim Rahma10-Apr-13 23:30 
AnswerRe: embed logo image in email Pin
Richard MacCutchan11-Apr-13 0:50
mveRichard MacCutchan11-Apr-13 0:50 
AnswerRe: embed logo image in email Pin
Blikkies11-Apr-13 0:56
professionalBlikkies11-Apr-13 0:56 
Questionresponse.redirect ()doesnt work Pin
sara-setare10-Apr-13 4:33
sara-setare10-Apr-13 4:33 
AnswerRe: response.redirect ()doesnt work Pin
dusty_dex10-Apr-13 4:49
dusty_dex10-Apr-13 4:49 
If the redirection is to another script on the same server, use Server.Transfer instead.

The code lines following the redirect/transfer don't get executed. Swap around.

Your comment // This is the actual statement which will authenticate the user, is in the wrong place

the line
blnresult = Authentication(Login1.UserName, Login1.Password) 
does the authentication, and is very likely that function is where your problem is.

Use Response.Write to find out what blnresult state is after Authentication.
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan

That's what machines are for.

Got a problem?
Sleep on it.


modified 10-Apr-13 11:04am.

GeneralRe: response.redirect ()doesnt work Pin
sara-setare10-Apr-13 6:03
sara-setare10-Apr-13 6:03 
GeneralRe: response.redirect ()doesnt work Pin
dusty_dex10-Apr-13 6:26
dusty_dex10-Apr-13 6:26 
Questionchange notification in asp mvc Pin
alireza173510-Apr-13 0:39
alireza173510-Apr-13 0:39 
QuestionSMTP Email not delivert to receipient, back to sender Pin
AbidHussain1289-Apr-13 23:35
AbidHussain1289-Apr-13 23:35 
AnswerRe: SMTP Email not delivert to receipient, back to sender Pin
Bernhard Hiller10-Apr-13 0:05
Bernhard Hiller10-Apr-13 0:05 
GeneralRe: SMTP Email not delivert to receipient, back to sender Pin
AbidHussain12810-Apr-13 1:38
AbidHussain12810-Apr-13 1:38 
Questionvbscript do not work on windows 2003. Pin
buffering839-Apr-13 22:18
buffering839-Apr-13 22:18 
AnswerRe: vbscript do not work on windows 2003. Pin
Garth J Lancaster9-Apr-13 22:39
professionalGarth J Lancaster9-Apr-13 22:39 
GeneralRe: vbscript do not work on windows 2003. Pin
dusty_dex10-Apr-13 2:09
dusty_dex10-Apr-13 2:09 
AnswerRe: vbscript do not work on windows 2003. Pin
dusty_dex10-Apr-13 2:12
dusty_dex10-Apr-13 2:12 
QuestionScroll panel automatically to the node selected in a treeview. Pin
VishwaKL9-Apr-13 18:29
VishwaKL9-Apr-13 18:29 
AnswerRe: Scroll panel automatically to the node selected in a treeview. Pin
VishwaKL9-Apr-13 22:21
VishwaKL9-Apr-13 22:21 
QuestionIssues with show popup when paging in mvc Pin
tuannguyenf49-Apr-13 8:14
tuannguyenf49-Apr-13 8:14 
Questionhow to decrypt password? Pin
Jassim Rahma9-Apr-13 4:11
Jassim Rahma9-Apr-13 4:11 
AnswerRe: how to decrypt password? Pin
Richard Deeming9-Apr-13 4:27
mveRichard Deeming9-Apr-13 4:27 
GeneralRe: how to decrypt password? Pin
R. Giskard Reventlov9-Apr-13 8:51
R. Giskard Reventlov9-Apr-13 8:51 
GeneralRe: how to decrypt password? Pin
Jassim Rahma11-Apr-13 0:02
Jassim Rahma11-Apr-13 0:02 

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.