Click here to Skip to main content
15,919,132 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem showing image in an web report using crystal report Pin
CrazyCoder263-Jul-08 1:41
CrazyCoder263-Jul-08 1:41 
Questioncrystal reports in aspx Pin
Puneri3-Jul-08 1:27
Puneri3-Jul-08 1:27 
AnswerRe: crystal reports in aspx Pin
eyeseetee3-Jul-08 2:49
eyeseetee3-Jul-08 2:49 
GeneralRe: crystal reports in aspx Pin
Puneri6-Jul-08 2:48
Puneri6-Jul-08 2:48 
Questionjavascript problem in asp.net 2.0 Pin
vijaylumar3-Jul-08 0:48
vijaylumar3-Jul-08 0:48 
QuestionError:Type and identifier are both required in a foreach statement Pin
rockram3-Jul-08 0:20
rockram3-Jul-08 0:20 
AnswerRe: Error:Type and identifier are both required in a foreach statement Pin
Sherin Iranimose3-Jul-08 0:21
Sherin Iranimose3-Jul-08 0:21 
QuestionDecrypt password Pin
Member 38798812-Jul-08 23:53
Member 38798812-Jul-08 23:53 
Hi use this code i have encrypted my password:

private string EncryptPassword(string Password)
{
System.Security.Cryptography.SHA1CryptoServiceProvider objcrypwd = new System.Security.Cryptography.SHA1CryptoServiceProvider();
byte[] Encr = objcrypwd.ComputeHash(System.Text.Encoding.UTF8.GetBytes(Password));
return Convert.ToBase64String(Encr);
}

Now i like to decrypt ther password,
Any one help me to decrypt...,

Thanks & Regards,
NeW OnE,
please don't forget to vote on the post

AnswerRe: Decrypt password Pin
Sherin Iranimose3-Jul-08 0:16
Sherin Iranimose3-Jul-08 0:16 
GeneralRe: Decrypt password Pin
Member 38798813-Jul-08 0:42
Member 38798813-Jul-08 0:42 
GeneralRe: Decrypt password Pin
Sherin Iranimose3-Jul-08 1:00
Sherin Iranimose3-Jul-08 1:00 
AnswerRe: Decrypt password Pin
N a v a n e e t h3-Jul-08 0:28
N a v a n e e t h3-Jul-08 0:28 
QuestionStarting ASP.net MVC framework in .net 3.5 Pin
mynameissuraj2-Jul-08 23:16
mynameissuraj2-Jul-08 23:16 
AnswerRe: Starting ASP.net MVC framework in .net 3.5 Pin
meeram3952-Jul-08 23:28
meeram3952-Jul-08 23:28 
GeneralRe: Starting ASP.net MVC framework in .net 3.5 Pin
mynameissuraj3-Jul-08 1:45
mynameissuraj3-Jul-08 1:45 
GeneralRe: Starting ASP.net MVC framework in .net 3.5 Pin
meeram3953-Jul-08 2:08
meeram3953-Jul-08 2:08 
QuestionAgain interesting question Pin
paresh_sarjani2-Jul-08 22:13
paresh_sarjani2-Jul-08 22:13 
AnswerRe: Again interesting question Pin
N a v a n e e t h2-Jul-08 22:27
N a v a n e e t h2-Jul-08 22:27 
Questionset bellow style dynamically in asp.net 2.0 and these values I will get from database--urgent Pin
trilokharry2-Jul-08 22:09
trilokharry2-Jul-08 22:09 
QuestionDynamic Image button and Its click event ? Pin
Masood Kochi,SSF2-Jul-08 21:38
Masood Kochi,SSF2-Jul-08 21:38 
AnswerRe: Dynamic Image button and Its click event ? Pin
eyeseetee2-Jul-08 21:52
eyeseetee2-Jul-08 21:52 
AnswerRe: Dynamic Image button and Its click event ? Pin
Venkatesh Mookkan2-Jul-08 21:53
Venkatesh Mookkan2-Jul-08 21:53 
AnswerRe: Dynamic Image button and Its click event ? Pin
Sherin Iranimose2-Jul-08 21:55
Sherin Iranimose2-Jul-08 21:55 
GeneralRe: Dynamic Image button and Its click event ? Pin
Masood Kochi,SSF2-Jul-08 22:03
Masood Kochi,SSF2-Jul-08 22:03 
GeneralRe: Dynamic Image button and Its click event ? Pin
eyeseetee2-Jul-08 22:04
eyeseetee2-Jul-08 22:04 

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.