Click here to Skip to main content
15,898,924 members
Home / Discussions / C#
   

C#

 
AnswerRe: Timer or Backgroud worker control.. for getting data over web... Pin
Ravi Bhavnani28-Nov-07 17:23
professionalRavi Bhavnani28-Nov-07 17:23 
GeneralRe: Timer or Backgroud worker control.. for getting data over web... Pin
Pankaj - Joshi28-Nov-07 18:51
Pankaj - Joshi28-Nov-07 18:51 
GeneralRe: Timer or Backgroud worker control.. for getting data over web... Pin
Ravi Bhavnani28-Nov-07 19:05
professionalRavi Bhavnani28-Nov-07 19:05 
GeneralRe: Timer or Backgroud worker control.. for getting data over web... Pin
Pankaj - Joshi28-Nov-07 21:25
Pankaj - Joshi28-Nov-07 21:25 
Questionuse soapextension from a mobile app Pin
piratenwichtl28-Nov-07 16:31
piratenwichtl28-Nov-07 16:31 
AnswerRe: use soapextension from a mobile app [modified] Pin
piratenwichtl29-Nov-07 12:18
piratenwichtl29-Nov-07 12:18 
QuestionCreating Child Nodes with C# Pin
mrk3nn3dy28-Nov-07 16:00
mrk3nn3dy28-Nov-07 16:00 
AnswerRe: Creating Child Nodes with C# Pin
Ravi Bhavnani28-Nov-07 16:24
professionalRavi Bhavnani28-Nov-07 16:24 
These 2 XML fragments are functionally equivalent:
<whatever name="something" />
<whatever name="something"></whatever>
If you want to add inner text to the <whatever> element, do this:
XmlNode whateverEle = ...;
whateverEle.InnerText = "some text";
/ravi

This is your brain on Celcius
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

QuestionPassing variables in a constructor [modified] Pin
MAW3028-Nov-07 15:54
MAW3028-Nov-07 15:54 
AnswerRe: Passing variables in a constructor Pin
Paul Conrad28-Nov-07 16:02
professionalPaul Conrad28-Nov-07 16:02 
AnswerRe: Passing variables in a constructor Pin
Judah Gabriel Himango28-Nov-07 16:06
sponsorJudah Gabriel Himango28-Nov-07 16:06 
AnswerRe: Passing variables in a constructor Pin
Maharishi Bhatia28-Nov-07 21:28
Maharishi Bhatia28-Nov-07 21:28 
QuestionMP3 Tag Editor Pin
Bino B28-Nov-07 15:41
Bino B28-Nov-07 15:41 
AnswerRe: MP3 Tag Editor Pin
Christian Graus28-Nov-07 15:51
protectorChristian Graus28-Nov-07 15:51 
AnswerRe: MP3 Tag Editor Pin
Ravi Bhavnani28-Nov-07 16:26
professionalRavi Bhavnani28-Nov-07 16:26 
QuestionSDI Application Pin
Jeffrey Walton28-Nov-07 13:14
Jeffrey Walton28-Nov-07 13:14 
QuestionWhy I hate C# Pin
Skippums28-Nov-07 12:14
Skippums28-Nov-07 12:14 
AnswerRe: Why I hate C# Pin
Anthony Mushrow28-Nov-07 12:25
professionalAnthony Mushrow28-Nov-07 12:25 
GeneralRe: Why I hate C# Pin
Christian Graus28-Nov-07 12:37
protectorChristian Graus28-Nov-07 12:37 
GeneralRe: Why I hate C# Pin
Skippums28-Nov-07 12:50
Skippums28-Nov-07 12:50 
GeneralRe: Why I hate C# Pin
Skippums28-Nov-07 12:58
Skippums28-Nov-07 12:58 
GeneralRe: Why I hate C# Pin
Jeffrey Walton28-Nov-07 13:03
Jeffrey Walton28-Nov-07 13:03 
GeneralRe: Why I hate C# Pin
Colin Angus Mackay28-Nov-07 13:03
Colin Angus Mackay28-Nov-07 13:03 
GeneralRe: Why I hate C# [modified] Pin
Skippums28-Nov-07 13:36
Skippums28-Nov-07 13:36 
AnswerRe: Why I hate C# Pin
Paul Conrad28-Nov-07 12:31
professionalPaul Conrad28-Nov-07 12:31 

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.