Click here to Skip to main content
15,906,097 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Shopping Cart ID Pin
ednrgc8-Nov-06 7:56
ednrgc8-Nov-06 7:56 
GeneralRe: Shopping Cart ID Pin
TheEagle8-Nov-06 8:52
TheEagle8-Nov-06 8:52 
GeneralRe: Shopping Cart ID Pin
ednrgc8-Nov-06 8:55
ednrgc8-Nov-06 8:55 
GeneralRe: Shopping Cart ID Pin
TheEagle8-Nov-06 9:10
TheEagle8-Nov-06 9:10 
QuestionSecurity Pin
DanB19838-Nov-06 7:23
DanB19838-Nov-06 7:23 
AnswerRe: Security Pin
ednrgc8-Nov-06 7:57
ednrgc8-Nov-06 7:57 
AnswerRe: Security Pin
Ramasubramaniam8-Nov-06 10:49
Ramasubramaniam8-Nov-06 10:49 
GeneralRe: Security Pin
Jim Franz8-Nov-06 12:30
Jim Franz8-Nov-06 12:30 
Try using MD5 as the encryption on the client side. You can change the password using the javascript code at http://pajhome.org.uk/crypt/md5/">http://pajhome.org.uk/crypt/md5.

The tricky part is to use a unique "salt" value that is created when the page is created and used as part of the submit process. The stored password is encrypted with the same salt value on the server side and the value is compared with the calculated value from the client. I have used a date stamp like yymmddHHmmssfff or something like that to calc the salt value.

Hope this helps.

QuestionHow to install ASP.net application with MODI component Pin
easternsoldier8-Nov-06 5:45
easternsoldier8-Nov-06 5:45 
AnswerRe: How to install ASP.net application with MODI component Pin
ednrgc8-Nov-06 7:59
ednrgc8-Nov-06 7:59 
QuestionCan Asp.Net Page send audio stream content to Client from Page.Response? Pin
hectorpc20068-Nov-06 4:48
hectorpc20068-Nov-06 4:48 
QuestionWhy Session_End event doesn’t fire ? Pin
hectorpc20068-Nov-06 4:42
hectorpc20068-Nov-06 4:42 
AnswerRe: Why Session_End event doesn’t fire ? Pin
indianet8-Nov-06 10:50
indianet8-Nov-06 10:50 
AnswerRe: Why Session_End event doesn’t fire ? Pin
Mircea Grelus8-Nov-06 11:11
Mircea Grelus8-Nov-06 11:11 
GeneralRe: Why Session_End event doesn’t fire ? Pin
Guffa8-Nov-06 12:36
Guffa8-Nov-06 12:36 
AnswerRe: Why Session_End event doesn’t fire ? Pin
ednrgc9-Nov-06 3:12
ednrgc9-Nov-06 3:12 
Questionhow to set cookies Pin
Sandeep Akhare8-Nov-06 4:33
Sandeep Akhare8-Nov-06 4:33 
QuestionHow to resolve "The security ID structure is invalid " Pin
Raghu Alluri8-Nov-06 4:12
Raghu Alluri8-Nov-06 4:12 
QuestionSorting GridView according an IP column Pin
3nbar, A7mad A8-Nov-06 3:49
3nbar, A7mad A8-Nov-06 3:49 
AnswerRe: Sorting GridView according an IP column Pin
indianet8-Nov-06 10:58
indianet8-Nov-06 10:58 
GeneralRe: Sorting GridView according an IP column Pin
3nbar, A7mad A8-Nov-06 21:30
3nbar, A7mad A8-Nov-06 21:30 
QuestionProblem implementing Http Handler Pin
King Shez8-Nov-06 3:48
King Shez8-Nov-06 3:48 
QuestionProblem implementing Http Handler Pin
King Shez8-Nov-06 3:48
King Shez8-Nov-06 3:48 
AnswerRe: Problem implementing Http Handler Pin
indianet8-Nov-06 10:47
indianet8-Nov-06 10:47 
GeneralRe: Problem implementing Http Handler Pin
King Shez8-Nov-06 22:27
King Shez8-Nov-06 22:27 

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.