Advertisement

1 - 10 of 25 containing alltags:("VB.NET, XML") (0.001 seconds)
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...
Zones: XML, Visual Basic, .NETDate Answered: 01/15/2008 Grade: A Views: 66
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...
Zones: XML, .NET, MS Visual BasicDate Answered: 02/17/2008 Grade: B Views: 4
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>    ...
Zones: Visual Studio, MS Visual Basic, MS DevDate Answered: 02/28/2008 Grade: B Views: 37
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 ...
Zones: XML, MS Visual BasicDate Answered: 10/01/2008 Grade: A Views: 99
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.
Zones: MS Visual Basic, .Net Editors & IDEs, .NET Framework 2....Date Answered: 08/07/2008 Grade: A Views: 29
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...
Zones: .NET, MS Visual BasicDate Answered: 08/19/2008 Grade: A Views: 4
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...
Zones: Citrix, MS Visual BasicDate Answered: 10/29/2008 Grade: A Views: 8
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...
Zones: XSLT, XML, ASP.Net ProgrammingDate Answered: 05/16/2008 Grade: A Views: 16
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...
Zones: C#, XML, MS Visual BasicDate Answered: 02/26/2008 Grade: A Views: 331
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 ...
Zones: MS Visual Basic, XML, AS...Date Answered: 03/20/2008 Grade: A Views: 78