I am working on a VB.NET 2.0 application am am trying to delete nodes within an XML file.
I have the following XML file - I am trying to delete the entire Filter node based on a Name selected fr...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_23085262.htm...
I'm currently creating an application that will run batch and or windows programs/commands, it is XML driven. The main point is to remove any/all need to have plain txt BAT and CMD files that user...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_23168812.htm...
I have a XML File xml file created in the Master-Details Fashion. One order and multiple order details.
<NewDataSet>
<Ord>
<OrderID>10248</OrderID>
<CustomerID>VINET</CustomerID>
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23195...
I am using visual studio 2008 and VB.net In my app, i have a drop down menu with values that are populated from an xml file. That part I have working no problem. What I need Is a way to fill in ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_23539546.htm...
Hi,
I have an XML file, including multiple tables and their records.
How can I insert the XML file into SQL server 2005 using VB.NET.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23591578.htm...
I am navigating down into a a xml file in vb.net and running into a issue where i do not know how to obtain the information found above the node if a value is found. You can see here how I am dril...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23657266.html
We have an application running in a Citrix environment. What we are trying to do is have a DLL reference a database for information. The DLL reads an XML file for the path. The path is S:\. Sin...
http://www.experts-exchange.com/Software/System_Utilities/Remote_Access/Citrix/Q_23858507....
i have an rss feed formatted with xsl which returns one of the rows like this
First start: 2008-02-14 12:30:00 GMT <br> Duration: 7200 <br>Where: London<br>Event Status: confirmed
I need to f...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XSLT/Q_23156130.ht...
I'm trying to serialize a *List* of objects, where each object contains a DataTable. I'm just using the XmlSerializer, out of the box. The result I'm getting is that each object (in the resulting...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23194642.html
Hi all,
I'm trying to get a list of control names from a .aspx page using:
Dim fileName As String = Server.MapPath("/lms/" & ddlPageList.SelectedItem.ToString)
Dim objXmlReader As ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23234524.htm...