Click here to Skip to main content
15,909,437 members
Home / Discussions / C#
   

C#

 
GeneralRe: Thread abortion before closing form Pin
DeepOceans28-May-08 1:46
DeepOceans28-May-08 1:46 
GeneralRe: Thread abortion before closing form Pin
leppie28-May-08 5:55
leppie28-May-08 5:55 
GeneralRe: Thread abortion before closing form Pin
DeepOceans29-May-08 0:26
DeepOceans29-May-08 0:26 
Questionlog4net FileAppender -> Logging to File Pin
stephan_00727-May-08 0:24
stephan_00727-May-08 0:24 
AnswerRe: log4net FileAppender -> Logging to File Pin
buchstaben27-May-08 1:23
buchstaben27-May-08 1:23 
GeneralRe: log4net FileAppender -> Logging to File Pin
stephan_00727-May-08 3:27
stephan_00727-May-08 3:27 
QuestionThreading Common class Pin
kc_krishnan26-May-08 23:46
kc_krishnan26-May-08 23:46 
Questiongetting a data from a database and put in a xml document Pin
laziale26-May-08 23:19
laziale26-May-08 23:19 
hi! I have this problem. I am trying to put a data from query in a XML document, the query sometime returns more then one row, and I want to display all of them in a XML document. With the current code, what I have I can return just one row,



Example I have two rows from the query:

PassengerID | Passenger Name | Passenger SSN |

1 John 2132

2 Jack 2323



With my current code, I am getting back the XML document just with the first row


<passengerid id="1">

<passengername>John

<passengerssn>2132



Any clue how I need to solve this?? I know that I need to use some for statement, but I don't know the proper way exactly. Thanks ahead
AnswerRe: getting a data from a database and put in a xml document Pin
Giorgi Dalakishvili26-May-08 23:26
mentorGiorgi Dalakishvili26-May-08 23:26 
GeneralRe: getting a data from a database and put in a xml document Pin
laziale26-May-08 23:37
laziale26-May-08 23:37 
AnswerRe: getting a data from a database and put in a xml document Pin
Ashfield26-May-08 23:33
Ashfield26-May-08 23:33 
GeneralRe: getting a data from a database and put in a xml document Pin
laziale26-May-08 23:38
laziale26-May-08 23:38 
GeneralRe: getting a data from a database and put in a xml document Pin
Ashfield26-May-08 23:54
Ashfield26-May-08 23:54 
GeneralRe: getting a data from a database and put in a xml document Pin
laziale26-May-08 23:58
laziale26-May-08 23:58 
GeneralRe: getting a data from a database and put in a xml document Pin
Ashfield27-May-08 1:21
Ashfield27-May-08 1:21 
QuestionTask Bar Help Pin
Saiyed Alam26-May-08 23:02
Saiyed Alam26-May-08 23:02 
AnswerRe: Task Bar Help Pin
leppie26-May-08 23:35
leppie26-May-08 23:35 
QuestionDatagridView and relations Pin
anjase26-May-08 22:37
anjase26-May-08 22:37 
QuestionWindows Service Dosen't Show ! Pin
ptr2void26-May-08 22:21
ptr2void26-May-08 22:21 
AnswerRe: Windows Service Dosen't Show ! Pin
dan!sh 26-May-08 22:30
professional dan!sh 26-May-08 22:30 
GeneralRe: Windows Service Dosen't Show ! Pin
ptr2void26-May-08 23:41
ptr2void26-May-08 23:41 
AnswerRe: Windows Service Dosen't Show ! Pin
leppie26-May-08 22:40
leppie26-May-08 22:40 
GeneralRe: Windows Service Dosen't Show ! [modified] Pin
ptr2void26-May-08 23:46
ptr2void26-May-08 23:46 
GeneralRe: Windows Service Dosen't Show ! Pin
leppie27-May-08 0:23
leppie27-May-08 0:23 
Question[Message Deleted] Pin
Bobbz26-May-08 22:00
Bobbz26-May-08 22:00 

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.