Click here to Skip to main content
15,791,084 members
Home / Discussions / C#
   

C#

 
Questionhow to implement xmlDOm in c# Pin
sweetnallu2-Apr-07 21:26
sweetnallu2-Apr-07 21:26 
AnswerRe: how to implement xmlDOm in c# Pin
Christian Graus2-Apr-07 21:49
protectorChristian Graus2-Apr-07 21:49 
AnswerRe: how to implement xmlDOm in c# Pin
Sathesh Sakthivel2-Apr-07 21:50
Sathesh Sakthivel2-Apr-07 21:50 
GeneralRe: how to implement xmlDOm in c# Pin
Christian Graus2-Apr-07 22:21
protectorChristian Graus2-Apr-07 22:21 
GeneralRe: how to implement xmlDOm in c# Pin
714-Apr-07 18:52
714-Apr-07 18:52 
Questionhow to split string Pin
sooreeagt2-Apr-07 21:22
sooreeagt2-Apr-07 21:22 
AnswerRe: how to split string Pin
Martin#2-Apr-07 21:31
Martin#2-Apr-07 21:31 
AnswerRe: how to split string Pin
Vinay Dornala2-Apr-07 23:43
Vinay Dornala2-Apr-07 23:43 
hi
string[] str=string.split('');
example:

string s="xxx yyy zzzz";

if u want to split string with whitespace then write this

string[] str=s.split(' ');


i hope this works fine



GeneralRe: how to split string Pin
Martin#3-Apr-07 0:31
Martin#3-Apr-07 0:31 
QuestionPlz help me in changing position of Main menu Pin
EEmaan2-Apr-07 20:25
EEmaan2-Apr-07 20:25 
AnswerRe: Plz help me in changing position of Main menu Pin
Christian Graus2-Apr-07 21:50
protectorChristian Graus2-Apr-07 21:50 
Questiondownload file memory usage Pin
Planker2-Apr-07 18:51
Planker2-Apr-07 18:51 
AnswerRe: download file memory usage Pin
Phillip M. Hoff2-Apr-07 19:22
Phillip M. Hoff2-Apr-07 19:22 
QuestionHow to remove space in a String? Pin
Khoramdin2-Apr-07 17:16
Khoramdin2-Apr-07 17:16 
AnswerRe: How to remove space in a String? Pin
Christian Graus2-Apr-07 17:19
protectorChristian Graus2-Apr-07 17:19 
AnswerRe: How to remove space in a String? Pin
Muammar©2-Apr-07 21:00
Muammar©2-Apr-07 21:00 
QuestionRe: How to remove space in a String? Pin
JacquesDP2-Apr-07 22:00
JacquesDP2-Apr-07 22:00 
AnswerRe: How to remove space in a String? Pin
Muammar©2-Apr-07 22:26
Muammar©2-Apr-07 22:26 
GeneralRe: How to remove space in a String? Pin
Guffa2-Apr-07 22:38
Guffa2-Apr-07 22:38 
AnswerRe: How to remove space in a String? [modified] Pin
Muammar©2-Apr-07 22:49
Muammar©2-Apr-07 22:49 
AnswerHi i ahv this code just it will remove all spaces and special chars also Pin
sooreeagt2-Apr-07 22:15
sooreeagt2-Apr-07 22:15 
GeneralRe: Hi i ahv this code just it will remove all spaces and special chars also Pin
Christian Graus2-Apr-07 22:22
protectorChristian Graus2-Apr-07 22:22 
GeneralRe: Hi i ahv this code just it will remove all spaces and special chars also Pin
Muammar©2-Apr-07 22:31
Muammar©2-Apr-07 22:31 
GeneralRe: Hi i ahv this code just it will remove all spaces and special chars also Pin
Christian Graus2-Apr-07 23:52
protectorChristian Graus2-Apr-07 23:52 
QuestionC# HELP...here...about the popup file Pin
Missy Glory2-Apr-07 16:32
Missy Glory2-Apr-07 16:32 

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.