Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to create and delete an appointment in outlook using asp.net code Pin
Manprit.bagga3-Mar-09 21:12
Manprit.bagga3-Mar-09 21:12 
AnswerRe: How to create and delete an appointment in outlook using asp.net code Pin
Christian Graus3-Mar-09 21:15
protectorChristian Graus3-Mar-09 21:15 
GeneralRe: How to create and delete an appointment in outlook using asp.net code Pin
Manprit.bagga3-Mar-09 21:30
Manprit.bagga3-Mar-09 21:30 
GeneralRe: How to create and delete an appointment in outlook using asp.net code Pin
Christian Graus4-Mar-09 9:36
protectorChristian Graus4-Mar-09 9:36 
Questionhow to redirect user to login page if he/she is not login in the system? Pin
keyur satyadev3-Mar-09 20:30
keyur satyadev3-Mar-09 20:30 
AnswerRe: how to redirect user to login page if he/she is not login in the system? Pin
Abhishek Sur3-Mar-09 20:45
professionalAbhishek Sur3-Mar-09 20:45 
QuestionHow to verify entered password with Stored hashed password Pin
Rameez Raja3-Mar-09 20:23
Rameez Raja3-Mar-09 20:23 
AnswerRe: How to verify entered password with Stored hashed password Pin
Christian Graus3-Mar-09 21:06
protectorChristian Graus3-Mar-09 21:06 
Define 'not working'. If the stored password is hashed, you obviously need to ash it in order for your SQL to work. What you've got, can't work, if the stored password is hashed.

Rameez Raja wrote:
"SELECT Password FROM User_Profile WHERE Password = " +
Util.Quote(Password.Value.Trim());



Rameez Raja wrote:
string storedHashedPassword = (string)reader["Password"];
string givenHashedPassword = FormsAuthentication.HashPasswordForStoringInConfigFile
(Password.Value.ToString(),"SHA1");


Yep - that's it. You're saying that you want the unhashed password returned if it exists, then you compare it to the hashed one.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: How to verify entered password with Stored hashed password Pin
Jassim Rahma11-Apr-13 0:01
Jassim Rahma11-Apr-13 0:01 
Questionnot able to delete file from visual source safe? Pin
keyur satyadev3-Mar-09 20:12
keyur satyadev3-Mar-09 20:12 
AnswerRe: not able to delete file from visual source safe? Pin
Abhishek Sur3-Mar-09 20:38
professionalAbhishek Sur3-Mar-09 20:38 
AnswerRe: not able to delete file from visual source safe? Pin
Christian Graus3-Mar-09 21:06
protectorChristian Graus3-Mar-09 21:06 
GeneralRe: not able to delete file from visual source safe? Pin
keyur satyadev3-Mar-09 22:58
keyur satyadev3-Mar-09 22:58 
QuestionHow to Attach ConfirmButtonExtender to CustomControl Button Pin
Vishal093-Mar-09 20:01
Vishal093-Mar-09 20:01 
QuestionDrop down list box? Pin
Karthick_gc3-Mar-09 19:53
Karthick_gc3-Mar-09 19:53 
AnswerRe: Drop down list box? Pin
Christian Graus3-Mar-09 20:04
protectorChristian Graus3-Mar-09 20:04 
AnswerRe: Drop down list box? Pin
rakeshs3123-Mar-09 22:41
rakeshs3123-Mar-09 22:41 
QuestionHow to create Chart using Report Control in asp.net 2.0 Pin
Jagz W3-Mar-09 19:47
professionalJagz W3-Mar-09 19:47 
AnswerRe: How to create Chart using Report Control in asp.net 2.0 Pin
Christian Graus3-Mar-09 20:06
protectorChristian Graus3-Mar-09 20:06 
GeneralRe: How to create Chart using Report Control in asp.net 2.0 Pin
Jagz W3-Mar-09 20:35
professionalJagz W3-Mar-09 20:35 
QuestionASPNET acount Pin
siva4553-Mar-09 19:41
siva4553-Mar-09 19:41 
AnswerRe: ASPNET acount Pin
Christian Graus3-Mar-09 20:10
protectorChristian Graus3-Mar-09 20:10 
QuestionAdding ASPNET as a member of Administrators under Local Users and Groups/Users/ASPNET(in Computer management) Pin
siva4553-Mar-09 19:08
siva4553-Mar-09 19:08 
QuestionASP.NET MVC web App Pin
Kamal Gurnani3-Mar-09 18:55
Kamal Gurnani3-Mar-09 18:55 
AnswerRe: ASP.NET MVC web App Pin
Christian Graus3-Mar-09 19:30
protectorChristian Graus3-Mar-09 19:30 

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.