Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: asp.net enterprise application Pin
Dave Kreskowiak21-Sep-13 12:10
mveDave Kreskowiak21-Sep-13 12:10 
QuestionOPOS driver Pin
kropek19-Sep-13 2:02
kropek19-Sep-13 2:02 
AnswerRe: OPOS driver Pin
kropek19-Sep-13 2:02
kropek19-Sep-13 2:02 
AnswerRe: OPOS driver Pin
OriginalGriff19-Sep-13 3:46
mveOriginalGriff19-Sep-13 3:46 
QuestionAccessing properties of one property of a class, directly Pin
H.Goli19-Sep-13 1:15
H.Goli19-Sep-13 1:15 
AnswerRe: Accessing properties of one property of a class, directly Pin
Eddy Vluggen19-Sep-13 2:59
professionalEddy Vluggen19-Sep-13 2:59 
AnswerRe: Accessing properties of one property of a class, directly Pin
BillWoodruff19-Sep-13 3:30
professionalBillWoodruff19-Sep-13 3:30 
QuestionParse complex XML in C# Pin
Member 1026417718-Sep-13 21:45
Member 1026417718-Sep-13 21:45 
I am totally new to c#, need urgent help to parse this xml. I want to extract all attribute and node values and load it to data tables so that i can load to sql tables later.

<?xml version="1.0" encoding="utf-8"?>
<Response>
<OrganizationTable maxtimestamp="20121009_100244427" moredata="yes">
<Organization preferredid="4295384274" operation="U">
<ActiveDebtInstrumentCount>0</ActiveDebtInstrumentCount>
<ActiveEquityInstrumentCount>0</ActiveEquityInstrumentCount>
<ActiveInstrumentCount>0</ActiveInstrumentCount>
<AdminStatus>Published</AdminStatus>
<BusinessIntelligenceExists>0</BusinessIntelligenceExists>
<CommonName>Government Capital Corp</CommonName>
<CommonNameLanguageID>505062</CommonNameLanguageID>
<DebtInstrumentCount>0</DebtInstrumentCount>
<DocumentsExist>0</DocumentsExist>
<DomiciledInGeographyID>100319</DomiciledInGeographyID>
<EFXId>10823945</EFXId>
<EntityLastReviewedDate>2013-06-28T04:00:00</EntityLastReviewedDate>
<EquityInstrumentCount>0</EquityInstrumentCount>
<FilingsExist>0</FilingsExist>
<GemAlphaNumericID>CT01Z1CZPU</GemAlphaNumericID>
<HasBusinessDescriptionInVFDB>1</HasBusinessDescriptionInVFDB>
<HasDeals>0</HasDeals>
<HasFinancials>0</HasFinancials
><HasFinancialsInVFDB>0</HasFinancialsInVFDB>
<HasIndustryCodeInVFDB>1</HasIndustryCodeInVFDB>
<HasOwnership>0</HasOwnership>
<HasProfileInVFDB>1</HasProfileInVFDB>
<PrefImmediateParentOrganizationID>4295384274</PrefImmediateParentOrganizationID>
<ImmediateParentOrganizationID>4295384274</ImmediateParentOrganizationID>
<IncorporatedInGeographyID>100319</IncorporatedInGeographyID>
<InstrumentCount>0</InstrumentCount>
<IsCapitalMarketsActive>0</IsCapitalMarketsActive>
<IsFundSupportCompany>0</IsFundSupportCompany>
<IsIndexConstituent>0</IsIndexConstituent>
<IsOrganizationManaged>1</IsOrganizationManaged>
<IsOrganizationVerified>1</IsOrganizationVerified>
<IsPublic>0</IsPublic>
<LegalName>GOVERNMENT CAPITAL CORP.</LegalName>
<LegalNameLanguageID>505062</LegalNameLanguageID
><MXID>108985413</MXID>
<NDAOrganizationType>CO</NDAOrganizationType>
<NDAOrgID>107972635</NDAOrgID>
<OfficersDirectorsExist>0</OfficersDirectorsExist>
<OrganizationFoundedDay>6</OrganizationFoundedDay>
<OrganizationFoundedMonth>11</OrganizationFoundedMonth>
<OrganizationFoundedYear>1992</OrganizationFoundedYear>
<OrganizationID>4295384274</OrganizationID>
<OrganizationJurisdictionOfIncorporationTypeCode>477</OrganizationJurisdictionOfIncorporationTypeCode>
<OrganizationNodeType>STANDALONE</OrganizationNodeType>
<OrganizationParentTypeCode>SELF OWNED</OrganizationParentTypeCode>
<OrganizationPI>17768471</OrganizationPI>
<OrganizationProviderTypeCode>1</OrganizationProviderTypeCode>
<OrganizationStatusCode>Act</OrganizationStatusCode>
<OrganizationSubTypeCode>COR</OrganizationSubTypeCode>
<OrganizationTypeCode>COM</OrganizationTypeCode>
<OrganizationWebsite>http://www.govcap.com/about-gcc#!__about-gcc</OrganizationWebsite>
<PEBackedStatus>Never</PEBackedStatus>
<RCPID>600317805</RCPID>
<RegistrationNumber>0124957400</RegistrationNumber>
<RoleToIssueStatus>AC</RoleToIssueStatus>
<SignificantDevelopmentsExist>0</SignificantDevelopmentsExist>
<SubsidiariesCount>0</SubsidiariesCount>
<TaxID>752462160</TaxID>
<TotalScore>13.00</TotalScore>
<TRBCPrimaryIndustryID>4294951354</TRBCPrimaryIndustryID>
<PrefUltimateParentOrganizationID>4295384274</PrefUltimateParentOrganizationID>
<UltimateParentOrganizationID>4295384274</UltimateParentOrganizationID>
</Organization>
</OrganizationTable>
</Response>
AnswerRe: Parse complex XML in C# Pin
Pete O'Hanlon18-Sep-13 22:17
mvePete O'Hanlon18-Sep-13 22:17 
GeneralRe: Parse complex XML in C# Pin
Member 1026417718-Sep-13 22:30
Member 1026417718-Sep-13 22:30 
GeneralRe: Parse complex XML in C# Pin
Pete O'Hanlon18-Sep-13 22:41
mvePete O'Hanlon18-Sep-13 22:41 
GeneralRe: Parse complex XML in C# Pin
Member 1026417718-Sep-13 23:06
Member 1026417718-Sep-13 23:06 
GeneralRe: Parse complex XML in C# Pin
Nicholas Marty18-Sep-13 23:15
professionalNicholas Marty18-Sep-13 23:15 
GeneralRe: Parse complex XML in C# Pin
Pete O'Hanlon18-Sep-13 23:29
mvePete O'Hanlon18-Sep-13 23:29 
GeneralRe: Parse complex XML in C# Pin
Member 1026417718-Sep-13 23:53
Member 1026417718-Sep-13 23:53 
GeneralRe: Parse complex XML in C# Pin
V.19-Sep-13 1:02
professionalV.19-Sep-13 1:02 
AnswerRe: Parse complex XML in C# Pin
Simon_Whale18-Sep-13 23:30
Simon_Whale18-Sep-13 23:30 
AnswerRe: Parse complex XML in C# Pin
jschell19-Sep-13 11:22
jschell19-Sep-13 11:22 
AnswerRe: Parse complex XML in C# Pin
Alan Balkany23-Sep-13 5:28
Alan Balkany23-Sep-13 5:28 
QuestionShow Multiparty Images on one form Pin
sanket16418-Sep-13 20:24
sanket16418-Sep-13 20:24 
AnswerRe: Show Multiparty Images on one form Pin
Paw Jershauge18-Sep-13 20:52
Paw Jershauge18-Sep-13 20:52 
AnswerRe: Show Multiparty Images on one form Pin
Pete O'Hanlon18-Sep-13 21:11
mvePete O'Hanlon18-Sep-13 21:11 
QuestionDB2 Connection for Visual Studio Express 2010 Pin
Chris-Za18-Sep-13 2:18
Chris-Za18-Sep-13 2:18 
SuggestionRe: DB2 Connection for Visual Studio Express 2010 Pin
Richard MacCutchan18-Sep-13 2:48
mveRichard MacCutchan18-Sep-13 2:48 
GeneralRe: DB2 Connection for Visual Studio Express 2010 Pin
Chris-Za22-Sep-13 8:50
Chris-Za22-Sep-13 8:50 

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.