XmlDataDocument

JaedenRuiner

Well-known member
Joined
Aug 13, 2007
Messages
340
Programming Experience
10+
the xmldatadocument has the ability to link to a "dataset" but I was wondering if it were possible, given a document created with XmlDocument to generate, or format a dataset designed to work with the document so that my control bindings would be directly linked to the xmldocument. Basically using the power of the DataBindings to handle the setting of elements/attributes that can be exported into an xml file.

I can handle the control populating and bindings manually, naturally, but i'm trying to see if I can manipulate the system to do it for me. The idea is to store my application user settings in an XML file (so i can redistribute amongst my company users). I've got the xml preferences designed (my preferences class can load/save from xml quite nicely) but now I'm thinking I'd like to take that loaded/parsed xml and manipulate it as a bound data source. Not sure if i can but I'd like to. :D

THanks
 
Back
Top