| Thread | Last Post | Replies |
|
| Xml data bound to Datagridview -> Add datarow via XmlElement | 24 Nov 2009 21:53 GMT | 1 |
I have a datagridview bound to a datatable created from an xmlfile on one form. Another form appends to the xml file using the code below. To refresh the datagridview on the other form I simply re-set the datasource
|
| Word 2010 a .NET implementation? | 22 Nov 2009 17:54 GMT | 1 |
Will Word 2010 now be a .NET implementation? Thanks - Studi1
|
| How do I set the schema for an XML file? | 19 Nov 2009 16:41 GMT | 2 |
Hi; I'm sure this is straightforward but I can't find it. How do I pass a schema file with an XML file when I load the xml file? I need this mostly for an XPathNavigator object I create.
|
| getting strongly typed results from an XPath query? | 16 Nov 2009 17:59 GMT | 5 |
Hi; Is there an easy way, when I am iterating through the nodes returned from an XPath query, to get typed results. I need to know if it's a DateTime, decimal, or string. This is more than just what node it is
|
| XML Serialization without Attributes? | 09 Nov 2009 14:30 GMT | 3 |
I'm programming with Visual Studio 2005 for .net 2.0 in C#. Very often I use XML Serilization [1]. Some of the output files can be edited by the user with an external editor. What I don't like are some attributes which are inserted into
|
| why namespace make xpath fail ???? | 09 Nov 2009 11:35 GMT | 1 |
please consider the following piece of XML: <?xml version="1.0" encoding="utf-8"?> <definition> <connexion type="sql">
|
| Parse log file containing Xml | 06 Nov 2009 03:48 GMT | 2 |
I have some log files that contain text and Xml ie: --------------Begin----------------------- Some data here Some more data here
|