Click here to Skip to main content
15,913,254 members
Home / Discussions / C#
   

C#

 
AnswerRe: CollectionBase and Updating an Item [modified] Pin
DaveyM6921-Mar-10 3:57
professionalDaveyM6921-Mar-10 3:57 
Questionc# & oracle Pin
amer shammout21-Mar-10 0:18
amer shammout21-Mar-10 0:18 
AnswerRe: c# & oracle Pin
Not Active21-Mar-10 1:50
mentorNot Active21-Mar-10 1:50 
QuestionHow to Dynamic add html in GridView by c# code???? Pin
mimimimilaw20-Mar-10 20:30
mimimimilaw20-Mar-10 20:30 
AnswerRe: How to Dynamic add html in GridView by c# code???? Pin
Rod Kemp20-Mar-10 21:10
Rod Kemp20-Mar-10 21:10 
QuestionStop files being deleted ? Pin
BuggingMe20-Mar-10 12:42
BuggingMe20-Mar-10 12:42 
AnswerRe: Stop files being deleted ? Pin
Not Active20-Mar-10 12:56
mentorNot Active20-Mar-10 12:56 
GeneralRe: Stop files being deleted ? Pin
BuggingMe20-Mar-10 13:09
BuggingMe20-Mar-10 13:09 
GeneralRe: Stop files being deleted ? Pin
Not Active20-Mar-10 13:36
mentorNot Active20-Mar-10 13:36 
GeneralRe: Stop files being deleted ? Pin
BuggingMe20-Mar-10 13:42
BuggingMe20-Mar-10 13:42 
Question.net create table of contents for Sql server report service 2008 Pin
jassiedog20-Mar-10 11:29
jassiedog20-Mar-10 11:29 
QuestionViewing SSL Certificate - C# Webbrowser Control PinPopular
Jon Braunsma20-Mar-10 5:44
Jon Braunsma20-Mar-10 5:44 
QuestionStatic Member and Inheritance Pin
Tony Richards20-Mar-10 4:54
Tony Richards20-Mar-10 4:54 
AnswerRe: Static Member and Inheritance Pin
Luc Pattyn20-Mar-10 5:28
sitebuilderLuc Pattyn20-Mar-10 5:28 
AnswerRe: Static Member and Inheritance Pin
Giorgi Dalakishvili20-Mar-10 6:16
mentorGiorgi Dalakishvili20-Mar-10 6:16 
AnswerRe: Static Member and Inheritance Pin
Bernhard Hiller21-Mar-10 21:42
Bernhard Hiller21-Mar-10 21:42 
QuestionAnimated GIF Pin
Joseph M. Ziemianski20-Mar-10 4:42
Joseph M. Ziemianski20-Mar-10 4:42 
AnswerRe: Animated GIF Pin
The Man from U.N.C.L.E.20-Mar-10 5:04
The Man from U.N.C.L.E.20-Mar-10 5:04 
GeneralRe: Animated GIF Pin
Joseph M. Ziemianski20-Mar-10 5:10
Joseph M. Ziemianski20-Mar-10 5:10 
Questionpopulate a specefic elemnt with attribute as column or tag [modified] Pin
Jassim Rahma20-Mar-10 4:23
Jassim Rahma20-Mar-10 4:23 
I have the following xml file and I tried the ReadXML() but it's populating everything.. I need to populate the <Contacts> element with three columns into the DataGrid

Description

Number

GUID or if't not possible then GUID as tag for the row.

<?xml version="1.0" encoding="utf-8"?><br />
<Resume><br />
  <Education /><br />
  <Contacts><br />
    <Contact ID="c4411c02-4556-4809-861b-60b68f9820de"><br />
      <Decsription>Mobile</Decsription><br />
      <Number>1111</Number><br />
    </Contact><br />
    <Contact ID="cea724c3-e81a-494c-bcf6-e9a67e85d2e6"><br />
      <Decsription>Residence</Decsription><br />
      <Number>22222</Number><br />
    </Contact><br />
    <Contact ID="73298407-06fa-462a-be30-254a5318176c"><br />
      <Decsription>Mobile</Decsription><br />
      <Number>7878888</Number><br />
    </Contact><br />
  </Contacts><br />
  <Detail ID="ae61a549-ca27-4f93-9d5a-8b89bebc4bf9"><br />
    <Title>RESUME</Title><br />
    <Objectives>testtt</Objectives><br />
    <Created>2010-03-20T13:59:28.028866+03:00</Created><br />
    <Updated>2010-03-20T13:59:28.028866+03:00</Updated><br />
    <PersonalInfoTitle>Personal Info</PersonalInfoTitle><br />
    <FullName>Yahoo</FullName><br />
    <Nationality>CL</Nationality><br />
    <DateOfBirth>1973-03-20T00:00:00</DateOfBirth><br />
    <DateOfBirthFormat>dd/MM/yyyy</DateOfBirthFormat><br />
    <Gender>F</Gender><br />
    <MaritalStatus>Married</MaritalStatus><br />
    <MailingAddress>mailing adr</MailingAddress><br />
    <City>manama</City><br />
    <Country>AW</Country><br />
    <Email>jrahm@bbbb.com</Email><br />
    <ContactsTitle>Contacts</ContactsTitle><br />
  </Detail><br />
</Resume>


-- Modified Saturday, March 20, 2010 10:35 AM

AnswerFormatting Pin
Not Active20-Mar-10 4:39
mentorNot Active20-Mar-10 4:39 
GeneralRe: Formatting Pin
Jassim Rahma20-Mar-10 4:42
Jassim Rahma20-Mar-10 4:42 
GeneralRe: Formatting Pin
Not Active20-Mar-10 6:54
mentorNot Active20-Mar-10 6:54 
AnswerRe: populate a specefic elemnt with attribute as column or tag Pin
Rod Kemp21-Mar-10 13:52
Rod Kemp21-Mar-10 13:52 
Questionproblem reading child by attribute Pin
Jassim Rahma20-Mar-10 4:02
Jassim Rahma20-Mar-10 4:02 

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.