Click here to Skip to main content
15,894,405 members
Home / Discussions / C#
   

C#

 
GeneralRe: NmericUpDown - set the Value outside the range. HELP!!! Pin
julgri8-Jun-07 6:49
julgri8-Jun-07 6:49 
GeneralRe: NmericUpDown - set the Value outside the range. HELP!!! Pin
Dave Kreskowiak8-Jun-07 6:54
mveDave Kreskowiak8-Jun-07 6:54 
GeneralRe: NmericUpDown - set the Value outside the range. HELP!!! Pin
julgri8-Jun-07 7:03
julgri8-Jun-07 7:03 
GeneralRe: NmericUpDown - set the Value outside the range. HELP!!! Pin
Dave Kreskowiak8-Jun-07 10:07
mveDave Kreskowiak8-Jun-07 10:07 
AnswerRe: NmericUpDown - set the Value outside the range. HELP!!! Pin
AikinX9-Jun-07 0:06
AikinX9-Jun-07 0:06 
QuestionString to Byte Array Conversion Pin
M. J. Jaya Chitra8-Jun-07 1:28
M. J. Jaya Chitra8-Jun-07 1:28 
AnswerRe: String to Byte Array Conversion Pin
kristmun8-Jun-07 1:37
kristmun8-Jun-07 1:37 
AnswerRe: String to Byte Array Conversion Pin
Sathesh Sakthivel8-Jun-07 1:37
Sathesh Sakthivel8-Jun-07 1:37 
For Conversion of String to Byte Array go like this,

public static byte[] StrToByteArray(string str)
{
System.Text.ASCIIEncoding encoding=new System.Text.ASCIIEncoding();
return encoding.GetBytes(str);
}

Don't go with Base 64 because it is of invalid length.

Because of an unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.


Regards,

Satips.Rose | [Rose]

GeneralRe: String to Byte Array Conversion Thank you Pin
M. J. Jaya Chitra8-Jun-07 1:46
M. J. Jaya Chitra8-Jun-07 1:46 
GeneralRe: String to Byte Array Conversion Thank you Pin
Sathesh Sakthivel8-Jun-07 1:55
Sathesh Sakthivel8-Jun-07 1:55 
GeneralRe: String to Byte Array Conversion Pin
Guffa8-Jun-07 1:49
Guffa8-Jun-07 1:49 
GeneralRe: String to Byte Array Conversion Pin
Sathesh Sakthivel8-Jun-07 1:56
Sathesh Sakthivel8-Jun-07 1:56 
Questiongetting substring from a string Pin
Ankit Aneja8-Jun-07 1:18
Ankit Aneja8-Jun-07 1:18 
AnswerRe: getting substring from a string Pin
leppie8-Jun-07 1:20
leppie8-Jun-07 1:20 
AnswerRe: getting substring from a string Pin
Manas Bhardwaj8-Jun-07 1:32
professionalManas Bhardwaj8-Jun-07 1:32 
GeneralRe: getting substring from a string Pin
Ankit Aneja8-Jun-07 1:44
Ankit Aneja8-Jun-07 1:44 
GeneralRe: getting substring from a string Pin
Manas Bhardwaj8-Jun-07 1:48
professionalManas Bhardwaj8-Jun-07 1:48 
GeneralRe: getting substring from a string Pin
Ankit Aneja8-Jun-07 2:18
Ankit Aneja8-Jun-07 2:18 
GeneralRe: getting substring from a string Pin
Manas Bhardwaj8-Jun-07 2:21
professionalManas Bhardwaj8-Jun-07 2:21 
GeneralRe: getting substring from a string Pin
Ankit Aneja8-Jun-07 2:33
Ankit Aneja8-Jun-07 2:33 
GeneralRe: getting substring from a string Pin
Manas Bhardwaj8-Jun-07 2:39
professionalManas Bhardwaj8-Jun-07 2:39 
GeneralRe: getting substring from a string Pin
Ankit Aneja8-Jun-07 2:48
Ankit Aneja8-Jun-07 2:48 
GeneralRe: getting substring from a string Pin
Manas Bhardwaj8-Jun-07 3:00
professionalManas Bhardwaj8-Jun-07 3:00 
GeneralRe: getting substring from a string Pin
Ankit Aneja8-Jun-07 3:25
Ankit Aneja8-Jun-07 3:25 
GeneralRe: getting substring from a string Pin
Manas Bhardwaj8-Jun-07 3:28
professionalManas Bhardwaj8-Jun-07 3:28 

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.