Click here to Skip to main content
15,896,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionXML Parsing Error: not well-formed Pin
ajay5888624-Oct-08 1:33
ajay5888624-Oct-08 1:33 
QuestionParser Error Message: Unrecognized attribute 'xmlns'. Pin
ajay5888624-Oct-08 1:31
ajay5888624-Oct-08 1:31 
AnswerRe: Parser Error Message: Unrecognized attribute 'xmlns'. Pin
Paddy Boyd24-Oct-08 2:28
Paddy Boyd24-Oct-08 2:28 
QuestionDropDownList with C#.NET Pin
mghiassi24-Oct-08 0:50
mghiassi24-Oct-08 0:50 
AnswerRe: DropDownList with C#.NET Pin
meeram39524-Oct-08 1:35
meeram39524-Oct-08 1:35 
AnswerRe: DropDownList with C#.NET Pin
Herman<T>.Instance27-Oct-08 3:29
Herman<T>.Instance27-Oct-08 3:29 
QuestionHow to append DB values to a String Pin
srinivaskonijeti24-Oct-08 0:41
srinivaskonijeti24-Oct-08 0:41 
AnswerRe: How to append DB values to a String Pin
meeram39524-Oct-08 1:33
meeram39524-Oct-08 1:33 

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.