Click here to Skip to main content
15,891,248 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Information getting shared. Pin
kubben23-Aug-07 3:57
kubben23-Aug-07 3:57 
AnswerRe: Information getting shared. Pin
N a v a n e e t h23-Aug-07 3:58
N a v a n e e t h23-Aug-07 3:58 
GeneralRe: Information getting shared. Pin
CodyGen23-Aug-07 4:30
CodyGen23-Aug-07 4:30 
QuestionCan someone explain this error? Pin
Richard Jones23-Aug-07 2:56
Richard Jones23-Aug-07 2:56 
AnswerRe: Can someone explain this error? Pin
John-ph23-Aug-07 3:18
John-ph23-Aug-07 3:18 
GeneralRe: Can someone explain this error? Pin
Richard Jones23-Aug-07 3:19
Richard Jones23-Aug-07 3:19 
Questionhow to create family tree like binary search tree Pin
Aamir Dharani23-Aug-07 2:17
Aamir Dharani23-Aug-07 2:17 
QuestionHash Password in Windows Application Pin
Kartik Rathi23-Aug-07 2:16
Kartik Rathi23-Aug-07 2:16 
How can i generate a hash Password and checks from database in Windows Application.

Like in Web Application we do

sHashPwd = FormsAuthentication.HashPasswordForStoringInConfigFile(txtPwd.Text & ds.Tables(0).Rows(0)("pwdSalt"), "MD5")
If sHashPwd.Trim.CompareTo(ds.Tables(0).Rows(0)("password").Trim()) <> 0 Then
lblMessage.Text = "Login failed please enter a valid password."

How can we do above procedure in Windows Application

Kartik
AnswerRe: Hash Password in Windows Application Pin
Vasudevan Deepak Kumar23-Aug-07 2:24
Vasudevan Deepak Kumar23-Aug-07 2:24 
GeneralRe: Hash Password in Windows Application Pin
Kartik Rathi23-Aug-07 2:33
Kartik Rathi23-Aug-07 2:33 
GeneralRe: Hash Password in Windows Application Pin
Vasudevan Deepak Kumar23-Aug-07 2:36
Vasudevan Deepak Kumar23-Aug-07 2:36 
GeneralRe: Hash Password in Windows Application Pin
John-ph23-Aug-07 2:38
John-ph23-Aug-07 2:38 
AnswerRe: Hash Password in Windows Application Pin
John-ph23-Aug-07 2:39
John-ph23-Aug-07 2:39 
AnswerRe: Hash Password in Windows Application Pin
mangrovecm23-Aug-07 18:31
mangrovecm23-Aug-07 18:31 
QuestionASP.NET AJAX: CalendarExtender - localize date format of today Pin
Urs Enzler23-Aug-07 1:58
Urs Enzler23-Aug-07 1:58 
AnswerRe: ASP.NET AJAX: CalendarExtender - localize date format of today Pin
Imran Khan Pathan23-Aug-07 2:14
Imran Khan Pathan23-Aug-07 2:14 
GeneralRe: ASP.NET AJAX: CalendarExtender - localize date format of today Pin
Urs Enzler23-Aug-07 2:33
Urs Enzler23-Aug-07 2:33 
QuestionSoapException problem - Still nobody? Pin
matthias s.23-Aug-07 1:56
matthias s.23-Aug-07 1:56 
AnswerRe: SoapException problem - Still nobody? Pin
codelinks23-Aug-07 2:41
codelinks23-Aug-07 2:41 
AnswerRe: SoapException problem - Still nobody? Pin
codelinks23-Aug-07 2:49
codelinks23-Aug-07 2:49 
AnswerRe: SoapException problem - Still nobody? Pin
ChrisKo23-Aug-07 8:14
ChrisKo23-Aug-07 8:14 
QuestionASP.NET Deployement Issue Pin
codelinks23-Aug-07 1:16
codelinks23-Aug-07 1:16 
AnswerRe: ASP.NET Deployement Issue Pin
John-ph23-Aug-07 2:19
John-ph23-Aug-07 2:19 
GeneralRe: ASP.NET Deployement Issue Pin
codelinks23-Aug-07 2:31
codelinks23-Aug-07 2:31 
Questionhow to convert the datatype Pin
biswa4723-Aug-07 1:10
biswa4723-Aug-07 1:10 

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.