Click here to Skip to main content
15,923,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: about Required Field Validator in asp.net Pin
Abhijit Jana24-Oct-08 19:32
professionalAbhijit Jana24-Oct-08 19:32 
QuestionWeb deployment tools - please recommend Pin
tjkota24-Oct-08 12:18
tjkota24-Oct-08 12:18 
AnswerRe: Web deployment tools - please recommend Pin
Abhijit Jana24-Oct-08 19:29
professionalAbhijit Jana24-Oct-08 19:29 
GeneralRe: Web deployment tools - please recommend Pin
tjkota28-Oct-08 11:15
tjkota28-Oct-08 11:15 
Questiondatetime object problem Pin
VijayVishwakarma24-Oct-08 9:26
VijayVishwakarma24-Oct-08 9:26 
AnswerRe: datetime object problem Pin
Blue_Boy24-Oct-08 12:08
Blue_Boy24-Oct-08 12:08 
AnswerRe: datetime object problem Pin
Guffa24-Oct-08 12:18
Guffa24-Oct-08 12:18 
GeneralRe: datetime object problem Pin
VijayVishwakarma24-Oct-08 18:54
VijayVishwakarma24-Oct-08 18:54 
GeneralRe: datetime object problem Pin
Guffa25-Oct-08 7:50
Guffa25-Oct-08 7:50 
GeneralRe: datetime object problem Pin
VijayVishwakarma25-Oct-08 9:30
VijayVishwakarma25-Oct-08 9:30 
AnswerRe: datetime object problem Pin
Abhijit Jana24-Oct-08 20:42
professionalAbhijit Jana24-Oct-08 20:42 
GeneralRe: datetime object problem Pin
VijayVishwakarma24-Oct-08 21:44
VijayVishwakarma24-Oct-08 21:44 
QuestionWeb services Learning Question! Pin
mr_muskurahat24-Oct-08 6:37
mr_muskurahat24-Oct-08 6:37 
AnswerRe: Web services Learning Question! Pin
led mike24-Oct-08 7:56
led mike24-Oct-08 7:56 
AnswerRe: Web services Learning Question! Pin
Abhijit Jana24-Oct-08 19:51
professionalAbhijit Jana24-Oct-08 19:51 
QuestionUnicode problem in char Pin
mr_muskurahat24-Oct-08 2:57
mr_muskurahat24-Oct-08 2:57 
i am using asp.net 3.5 with C#

here is my code..

int intChar;
Scheme = 5;
Stepp = 2;

string GetDPasswordd="";
for (intChar = 0; intChar < password.Length; intChar++ )
{
Scheme = Scheme + Stepp;
char mid = (char)(password.Substring(intChar, 1));----->problem
int ascii = (int)mid;
char chr = Convert.ToChar(ascii-Scheme);
GetDPasswordd += chr;


}

return GetDPasswordd;



for example when sub string picks password value char which is unicode in mid wrong char come instead of that actuall unicode char
while other alphabets and 0-9 chars come accurate...

please help...

umerumerumer

AnswerRe: Unicode problem in char Pin
Deresen24-Oct-08 3:57
Deresen24-Oct-08 3:57 
QuestionRenderControl doesn't work Pin
Deresen24-Oct-08 2:23
Deresen24-Oct-08 2:23 
Questionhow can i use .vb class in C# project? Pin
mr_muskurahat24-Oct-08 1:48
mr_muskurahat24-Oct-08 1:48 
AnswerRe: how can i use .vb class in C# project? Pin
Nouman Bhatti24-Oct-08 1:51
Nouman Bhatti24-Oct-08 1:51 
AnswerRe: how can i use .vb class in C# project? Pin
NewDotNetUser24-Oct-08 2:10
NewDotNetUser24-Oct-08 2:10 
GeneralRe: how can i use .vb class in C# project? Pin
mr_muskurahat24-Oct-08 2:23
mr_muskurahat24-Oct-08 2:23 
AnswerRe: how can i use .vb class in C# project? Pin
Abhijit Jana24-Oct-08 2:45
professionalAbhijit Jana24-Oct-08 2:45 
AnswerRe: how can i use .vb class in C# project? Pin
Paddy Boyd24-Oct-08 2:27
Paddy Boyd24-Oct-08 2:27 
AnswerRe: how can i use .vb class in C# project? Pin
AhsanS24-Oct-08 2:49
AhsanS24-Oct-08 2:49 

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.