Click here to Skip to main content
15,907,497 members
Home / Discussions / C#
   

C#

 
QuestionRecursive search sorry I forgot the ignore html last time Pin
electriac14-Jan-07 6:49
electriac14-Jan-07 6:49 
AnswerRe: Recursive search sorry I forgot the ignore html last time Pin
Abisodun14-Jan-07 7:10
Abisodun14-Jan-07 7:10 
GeneralRe: Recursive search sorry I forgot the ignore html last time Pin
electriac14-Jan-07 7:12
electriac14-Jan-07 7:12 
QuestionDataGridViewComboBoxColumn [modified] Pin
bluewavestrider14-Jan-07 5:01
bluewavestrider14-Jan-07 5:01 
Questionconverting string from any coding to utf-8 [modified] Pin
rafiki27014-Jan-07 3:48
rafiki27014-Jan-07 3:48 
AnswerRe: converting string from any coding to utf-8 Pin
Guffa14-Jan-07 6:26
Guffa14-Jan-07 6:26 
AnswerRe: converting string from any coding to utf-8 Pin
rafiki27014-Jan-07 7:33
rafiki27014-Jan-07 7:33 
AnswerRe: converting string from any coding to utf-8 Pin
Guffa14-Jan-07 11:04
Guffa14-Jan-07 11:04 
You take a string, encode it using one encoding and decode it using another, and you wonder why it's not working?

You have to decode the data using the same encoding as it was encoded with.

---
Year happy = new Year(2007);

QuestionIt's urgent Pin
sjs4u14-Jan-07 3:13
sjs4u14-Jan-07 3:13 
AnswerRe: It's urgent Pin
Christian Graus14-Jan-07 10:06
protectorChristian Graus14-Jan-07 10:06 
QuestionCalling C# function through Javascript in ASP.NET Pin
ALAQUNAIBI14-Jan-07 2:07
ALAQUNAIBI14-Jan-07 2:07 
AnswerRe: Calling C# function through Javascript in ASP.NET Pin
Guffa14-Jan-07 3:12
Guffa14-Jan-07 3:12 
QuestionWorkFlow using C# Pin
shabonaa14-Jan-07 1:14
shabonaa14-Jan-07 1:14 
AnswerRe: WorkFlow using C# Pin
Abisodun14-Jan-07 2:12
Abisodun14-Jan-07 2:12 
GeneralRe: WorkFlow using C# Pin
shabonaa14-Jan-07 5:44
shabonaa14-Jan-07 5:44 
GeneralRe: WorkFlow using C# Pin
teejayem14-Jan-07 5:48
teejayem14-Jan-07 5:48 
GeneralRe: WorkFlow using C# Pin
shabonaa14-Jan-07 5:59
shabonaa14-Jan-07 5:59 
GeneralRe: WorkFlow using C# Pin
Rob Graham14-Jan-07 6:03
Rob Graham14-Jan-07 6:03 
GeneralRe: WorkFlow using C# Pin
Kola Sokol14-Jan-07 21:20
Kola Sokol14-Jan-07 21:20 
QuestionButton Shape Pin
Mr.Sam13-Jan-07 23:59
Mr.Sam13-Jan-07 23:59 
AnswerRe: Button Shape Pin
Christian Graus14-Jan-07 1:40
protectorChristian Graus14-Jan-07 1:40 
AnswerRe: Button Shape Pin
shabonaa14-Jan-07 5:47
shabonaa14-Jan-07 5:47 
AnswerRe: Button Shape Pin
Alex@UEA14-Jan-07 21:30
Alex@UEA14-Jan-07 21:30 
QuestionHow to calculate on CRC? Pin
sajid.salim.khan13-Jan-07 23:41
sajid.salim.khan13-Jan-07 23:41 
AnswerRe: How to calculate on CRC? Pin
CPallini14-Jan-07 3:26
mveCPallini14-Jan-07 3:26 

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.