Click here to Skip to main content
16,007,885 members
Home / Discussions / C#
   

C#

 
QuestionHow to use Triggers in Sql Server 2005 ? Pin
hdv21218-Mar-07 8:44
hdv21218-Mar-07 8:44 
AnswerRe: How to use Triggers in Sql Server 2005 ? Pin
Christian Graus18-Mar-07 10:26
protectorChristian Graus18-Mar-07 10:26 
GeneralRe: How to use Triggers in Sql Server 2005 ? Pin
hdv21218-Mar-07 12:22
hdv21218-Mar-07 12:22 
GeneralRe: How to use Triggers in Sql Server 2005 ? Pin
Christian Graus18-Mar-07 12:30
protectorChristian Graus18-Mar-07 12:30 
QuestionButtons with run-time adjustable images Pin
lupus8118-Mar-07 8:15
lupus8118-Mar-07 8:15 
AnswerRe: Buttons with run-time adjustable images Pin
Christian Graus18-Mar-07 8:32
protectorChristian Graus18-Mar-07 8:32 
Questionbyte array to string and back encoding problem Pin
zuidgeest18-Mar-07 8:03
zuidgeest18-Mar-07 8:03 
AnswerRe: byte array to string and back encoding problem Pin
Guffa18-Mar-07 8:18
Guffa18-Mar-07 8:18 
The reason that you have problem decoding the signature to a string, is that it is not at all an encoded string to begin with.

When you are decoding it as if it were an encoded string, it depends on what encoding you are using and the content of the signature how much data you lose in the process.

If you want to send the signature as a string, just use Convert.ToBase64String and Convert.FromBase64String to get a string representation of the byte array and to get the byte array back.

---
single minded; short sighted; long gone;

GeneralRe: byte array to string and back encoding problem Pin
zuidgeest18-Mar-07 10:26
zuidgeest18-Mar-07 10:26 
Questionrandom sql Pin
ujupanmester18-Mar-07 6:10
ujupanmester18-Mar-07 6:10 
AnswerRe: random sql Pin
Mudsoad18-Mar-07 7:07
Mudsoad18-Mar-07 7:07 
GeneralRe: random sql Pin
ujupanmester18-Mar-07 15:02
ujupanmester18-Mar-07 15:02 
Questionopening file with my program Pin
dsl/fahk18-Mar-07 3:59
dsl/fahk18-Mar-07 3:59 
AnswerRe: opening file with my program Pin
Stefan Troschuetz18-Mar-07 4:36
Stefan Troschuetz18-Mar-07 4:36 
AnswerRe: opening file with my program Pin
Wayne Phipps18-Mar-07 5:01
Wayne Phipps18-Mar-07 5:01 
QuestionRe: opening file with my program Pin
dsl/fahk19-Mar-07 15:04
dsl/fahk19-Mar-07 15:04 
AnswerRe: opening file with my program Pin
Wayne Phipps20-Mar-07 10:27
Wayne Phipps20-Mar-07 10:27 
QuestionMicrosoft Office Translations Pin
mm31018-Mar-07 3:55
mm31018-Mar-07 3:55 
AnswerRe: Microsoft Office Translations Pin
Ed.Poore19-Mar-07 13:03
Ed.Poore19-Mar-07 13:03 
QuestionProblem receiving data through serial port Pin
naffilk18-Mar-07 2:46
naffilk18-Mar-07 2:46 
AnswerRe: Problem receiving data through serial port Pin
rbirkelbach19-Mar-07 5:03
rbirkelbach19-Mar-07 5:03 
Questionc# word xp textbox Pin
spinis18-Mar-07 0:00
spinis18-Mar-07 0:00 
AnswerRe: c# word xp textbox Pin
Thomas Stockwell19-Mar-07 8:26
professionalThomas Stockwell19-Mar-07 8:26 
QuestionBioinformatic algorithms in C# Pin
bufugus17-Mar-07 23:50
bufugus17-Mar-07 23:50 
AnswerRe: Bioinformatic algorithms in C# Pin
b0ksah19-Mar-07 0:28
b0ksah19-Mar-07 0: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.