blah blah blah is here! blah blah » Close

1
votes
1 answers

Open XML Document Once only

Hi I am toying with an APP and I open an XMLDocument in the main form. I am trying to access the already opened XML document from a userControl... However I tried using a getter/setter (loadedXDoc) in Form1 then using Form1 f1 = new F ...

1
votes
1 answers

Property Set: XML Deserialization vs Programatically Adding

eeboy
499

I didn't really know how to title this problem as it's pretty context sensitive... I am deserializing xml into the following class: [code] [XmlType("user")] public class User { [XmlAttribute("na ...

Feedback