Click here to Skip to main content
15,921,279 members
Home / Discussions / C#
   

C#

 
AnswerRe: Virtual storage drive like GDrive( Google virtual drive) Pin
Thomas Stockwell22-Dec-06 13:40
professionalThomas Stockwell22-Dec-06 13:40 
GeneralRe: Virtual storage drive like GDrive( Google virtual drive) Pin
Kiran Beladiya22-Dec-06 17:30
professionalKiran Beladiya22-Dec-06 17:30 
QuestionMultiple Toolstrips(toolbars) under menustrip(menubar) can be drag dropped anywhere Pin
GunaChinna21-Dec-06 18:28
GunaChinna21-Dec-06 18:28 
AnswerRe: Multiple Toolstrips(toolbars) under menustrip(menubar) can be drag dropped anywhere Pin
GunaChinna21-Dec-06 22:42
GunaChinna21-Dec-06 22:42 
QuestionHow to calculate the difference between two dates Ignoring Weekends ? Pin
KhaledK21-Dec-06 14:48
KhaledK21-Dec-06 14:48 
AnswerRe: How to calculate the difference between two dates Ignoring Weekends ? Pin
Paul Conrad25-Dec-06 18:34
professionalPaul Conrad25-Dec-06 18:34 
Questionhow to convert string to utf-8 string in asp.net ? Pin
hdv21221-Dec-06 12:10
hdv21221-Dec-06 12:10 
AnswerRe: how to convert string to utf-8 string in asp.net ? Pin
Guffa21-Dec-06 21:29
Guffa21-Dec-06 21:29 
You can use the Encoding.UTF8.GetBytes method to convert a string into an UTF-8 encoded byte array, that you can store in a binary field in the database.

I'm not sure that's what you are looking for, though. It sounds like you want to store the string in the nvarchar field that you already have, but an nvarchar field does not use UTF-8 encoding.

---
It's amazing to see how much work some people will go through just to avoid a little bit of work.

QuestionQuestion about Find Control Pin
MyRunner21-Dec-06 11:33
MyRunner21-Dec-06 11:33 
AnswerRe: Question about Find Control Pin
Mark Pryce-Maher22-Dec-06 2:22
Mark Pryce-Maher22-Dec-06 2:22 
QuestionIE Browser Helper Object - how to get clicked text/word? Pin
Tommy Svensson21-Dec-06 10:54
Tommy Svensson21-Dec-06 10:54 
Questionserver side coding in C# Pin
Tina P21-Dec-06 10:24
Tina P21-Dec-06 10:24 
AnswerRe: server side coding in C# Pin
led mike21-Dec-06 11:32
led mike21-Dec-06 11:32 
AnswerRe: server side coding in C# Pin
Christian Graus21-Dec-06 12:40
protectorChristian Graus21-Dec-06 12:40 
QuestionWhich logging library to use? Pin
chafey21-Dec-06 8:04
chafey21-Dec-06 8:04 
AnswerRe: Which logging library to use? Pin
Ravi Bhavnani21-Dec-06 8:39
professionalRavi Bhavnani21-Dec-06 8:39 
Questionvectors Pin
aavakas21-Dec-06 7:23
aavakas21-Dec-06 7:23 
AnswerRe: vectors Pin
Dan Neely21-Dec-06 7:33
Dan Neely21-Dec-06 7:33 
GeneralRe: vectors Pin
Dave Kreskowiak21-Dec-06 7:48
mveDave Kreskowiak21-Dec-06 7:48 
GeneralRe: vectors Pin
Dan Neely21-Dec-06 8:14
Dan Neely21-Dec-06 8:14 
AnswerRe: vectors Pin
aavakas21-Dec-06 7:38
aavakas21-Dec-06 7:38 
GeneralRe: vectors Pin
ednrgc21-Dec-06 8:46
ednrgc21-Dec-06 8:46 
GeneralRe: vectors Pin
Christian Graus21-Dec-06 8:57
protectorChristian Graus21-Dec-06 8:57 
GeneralRe: vectors Pin
ednrgc21-Dec-06 8:58
ednrgc21-Dec-06 8:58 
AnswerRe: vectors Pin
Drew McGhie21-Dec-06 7:38
Drew McGhie21-Dec-06 7:38 

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.