Click here to Skip to main content
15,885,890 members
Home / Discussions / C#
   

C#

 
AnswerRe: need query to calculate amount Pin
priyareguri3-Feb-09 6:38
priyareguri3-Feb-09 6:38 
Questionspecific column font in a datagrid Pin
MozhdehQeraati1-Feb-09 20:32
MozhdehQeraati1-Feb-09 20:32 
AnswerRe: specific column font in a datagrid Pin
MadArtSoft2-Feb-09 1:54
MadArtSoft2-Feb-09 1:54 
QuestionConvert .flv file to .3gp file by C# Pin
amiamitava1-Feb-09 20:05
amiamitava1-Feb-09 20:05 
AnswerRe: Convert .flv file to .3gp file by C# Pin
Christian Graus1-Feb-09 20:35
protectorChristian Graus1-Feb-09 20:35 
AnswerRe: Convert .flv file to .3gp file by C# Pin
#realJSOP2-Feb-09 0:14
mve#realJSOP2-Feb-09 0:14 
QuestionUnicode cause for additional space Pin
CodingLover1-Feb-09 19:24
CodingLover1-Feb-09 19:24 
AnswerRe: Unicode cause for additional space Pin
Guffa1-Feb-09 20:31
Guffa1-Feb-09 20:31 
It sounds like you have a string encoded as UTF-16, and decode it using a different encoding. Each chatacter is two bytes, so for all regular characters every second byte is zero.

Use the Encoding.UTF16.GetString method to decode the data into a string.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionHow to Move the fies from Application Folder To Sharepoint Server Folder in C# Pin
ChandrakanthGaddam1-Feb-09 18:44
ChandrakanthGaddam1-Feb-09 18:44 
QuestionCalling Server Side code from javascript Pin
Atul Shriram rane1-Feb-09 18:29
Atul Shriram rane1-Feb-09 18:29 
AnswerRe: Calling Server Side code from javascript Pin
Christian Graus1-Feb-09 20:36
protectorChristian Graus1-Feb-09 20:36 
QuestionHow the web page text can be changed on the fly? Pin
svt gdwl1-Feb-09 17:59
svt gdwl1-Feb-09 17:59 
Question[Message Deleted] Pin
priyareguri1-Feb-09 13:44
priyareguri1-Feb-09 13:44 
AnswerRe: how to rotate shapes with mouse cursors... Pin
Dragonfly_Lee1-Feb-09 18:40
Dragonfly_Lee1-Feb-09 18:40 
QuestionDataGridView LinkColumn Pin
Illegal Operation1-Feb-09 13:40
Illegal Operation1-Feb-09 13:40 
AnswerRe: DataGridView LinkColumn Pin
tech6032-Feb-09 6:23
tech6032-Feb-09 6:23 
AnswerRe: DataGridView LinkColumn Pin
Wendelius2-Feb-09 6:39
mentorWendelius2-Feb-09 6:39 
QuestionFile Watcher Pin
Bob Pawley1-Feb-09 12:27
Bob Pawley1-Feb-09 12:27 
AnswerRe: File Watcher Pin
Alan N1-Feb-09 12:42
Alan N1-Feb-09 12:42 
AnswerRe: File Watcher Pin
Colin Angus Mackay1-Feb-09 12:47
Colin Angus Mackay1-Feb-09 12:47 
GeneralRe: File Watcher Pin
Bob Pawley1-Feb-09 13:14
Bob Pawley1-Feb-09 13:14 
GeneralRe: File Watcher Pin
Colin Angus Mackay1-Feb-09 13:27
Colin Angus Mackay1-Feb-09 13:27 
GeneralRe: File Watcher Pin
Bob Pawley1-Feb-09 13:41
Bob Pawley1-Feb-09 13:41 
GeneralRe: File Watcher Pin
Colin Angus Mackay1-Feb-09 13:49
Colin Angus Mackay1-Feb-09 13:49 
AnswerRe: File Watcher Pin
Colin Angus Mackay1-Feb-09 13:52
Colin Angus Mackay1-Feb-09 13:52 

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.