Click here to Skip to main content
15,794,475 members
Home / Discussions / C#
   

C#

 
QuestionI should use what provider? Pin
god4k4-Jan-04 8:23
god4k4-Jan-04 8:23 
AnswerRe: I should use what provider? Pin
Guillermo Rivero4-Jan-04 9:11
Guillermo Rivero4-Jan-04 9:11 
GeneralRe: I should use what provider? Pin
Heath Stewart4-Jan-04 9:37
protectorHeath Stewart4-Jan-04 9:37 
AnswerRe: I should use what provider? Pin
Heath Stewart4-Jan-04 9:45
protectorHeath Stewart4-Jan-04 9:45 
QuestionHow to get list of Tables, Views and Procedure from Oracle database? Pin
god4k4-Jan-04 8:19
god4k4-Jan-04 8:19 
AnswerRe: How to get list of Tables, Views and Procedure from Oracle database? Pin
Nick Parker4-Jan-04 8:52
protectorNick Parker4-Jan-04 8:52 
AnswerRe: How to get list of Tables, Views and Procedure from Oracle database? Pin
Guillermo Rivero4-Jan-04 8:57
Guillermo Rivero4-Jan-04 8:57 
GeneralFeed CheckedListBox with data from XML Pin
dophka4-Jan-04 7:37
dophka4-Jan-04 7:37 
I am writting a small application that works with remote server via http. My application sends a request and in return receives an xml file (i can access it via a string var.)

now I need to build a CheckedListBox with the data from this XML. Can someone suggest a simple way to arrange this and maybe give a sample?

my XML file looks like a lot of small containers that look like this (for each item):

<item>
<id>1</id>
<post_date>040104</post_date>
<subject>I posted a subject here!</subject>
<content>content is posted here</content>
</item>
<item>

I want to be able to build CheckedListBox with 4 rows: id, post_date, subject, content.

thanks a lot!

Alexander
GeneralRe: Feed CheckedListBox with data from XML Pin
Heath Stewart4-Jan-04 9:34
protectorHeath Stewart4-Jan-04 9:34 
GeneralRe: Feed CheckedListBox with data from XML Pin
dophka4-Jan-04 9:46
dophka4-Jan-04 9:46 
GeneralRe: Feed CheckedListBox with data from XML Pin
Heath Stewart4-Jan-04 9:52
protectorHeath Stewart4-Jan-04 9:52 
GeneralRe: Feed CheckedListBox with data from XML Pin
dophka4-Jan-04 10:07
dophka4-Jan-04 10:07 
GeneralRe: Feed CheckedListBox with data from XML Pin
Heath Stewart4-Jan-04 10:11
protectorHeath Stewart4-Jan-04 10:11 
GeneralRe: Feed CheckedListBox with data from XML Pin
dophka4-Jan-04 11:25
dophka4-Jan-04 11:25 
GeneralRe: Feed CheckedListBox with data from XML Pin
Heath Stewart5-Jan-04 7:05
protectorHeath Stewart5-Jan-04 7:05 
Generalhelp me in finding objective and multiple choice questions Pin
imran_rafique4-Jan-04 5:29
imran_rafique4-Jan-04 5:29 
GeneralRe: help me in finding objective and multiple choice questions Pin
Heath Stewart4-Jan-04 9:23
protectorHeath Stewart4-Jan-04 9:23 
GeneralSending mail using SMTP Pin
gr8tushar4-Jan-04 2:47
gr8tushar4-Jan-04 2:47 
GeneralRe: Sending mail using SMTP Pin
Mike Ellison4-Jan-04 4:11
Mike Ellison4-Jan-04 4:11 
GeneralRe: Sending mail using SMTP Pin
gr8tushar4-Jan-04 4:43
gr8tushar4-Jan-04 4:43 
GeneralRe: Sending mail using SMTP Pin
Broken God4-Jan-04 6:59
Broken God4-Jan-04 6:59 
GeneralRe: Sending mail using SMTP Pin
Heath Stewart4-Jan-04 9:18
protectorHeath Stewart4-Jan-04 9:18 
GeneralRe: Sending mail using SMTP Pin
Mazdak4-Jan-04 6:08
Mazdak4-Jan-04 6:08 
GeneralRe: Sending mail using SMTP Pin
Heath Stewart4-Jan-04 9:21
protectorHeath Stewart4-Jan-04 9:21 
GeneralPanel + Keypress Pin
Heroz4-Jan-04 1:26
Heroz4-Jan-04 1: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.