Advertisement

1 - 10 of 11 containing alltags:("XML, VB.NET") (0.001 seconds)
Hi im trying to develop find and replace function using vb.net and xml file. xml file is as follows: <?xml version="1.0"?> <XML>  <FIND_REPLACE>   <FIND>    <FIND_CODE>United States of Ameri...
Zones: MS Visual Basic, XMLDate Answered: 01/21/2008 Grade: B Views: 17
Hi, I am using vb.net to read an xml file with basic user information.  I want to be able to write back to a new xml file, and maybe do some logic like bind firstName and surName elements toget...
Zones: .NET Framework 3.x, MS Visual BasicDate Answered: 10/28/2008 Grade: B Views: 0
I get XML at a URL http://www.mydata.com/xmldata/ Tags are defined like this <MENUS> <MENU id="8325" shortname="ThisCafe" mealname="Lunch" mealid="3" servedate="20080114">This Cafe</MENU> <...
Zones: MS Visual Basic, XML, SQL Server 2005Date Answered: 01/17/2008 Grade: C Views: 84
I want to get the attribute value of the first yweather:forecast node in the code snippet. I've already got it using:  Dim xml As String = GetXML(RSS_URL)         Dim dom As XmlDocument = New ...
Zones: XML, MS Visual BasicDate Answered: 03/06/2008 Grade: A Views: 155
I am creating a word document from a vb.net application.  The application pulls information from a db then creates a word document.  When the word document is created it appends the HTML page code....
Zones: MS Visual Basic, XML, XSLTDate Answered: 04/04/2008 Grade: A Views: 7
I have the following xml file I would like to know how to read certain values using asp.net, vb.net <?xml version="1.0" encoding="utf-8"?> <Pages>    <Page Number="1" Size="3kb" Color="red" /> ...
Zones: .NET, ASP.Net Programming, MS ...Date Answered: 07/30/2008 Grade: A Views: 15
Hi, I am trying to import an MS Excel XML document (2003 version of XL). The code being used is as shown. The issues I have are as follows:- 1) The For Each R in Sheet....<Row> section ...
Zones: LINQDate Answered: 06/27/2008 Grade: A Views: 12
I have this code:  Protected Sub btnMapAll_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnMapAll.Click         Dim xwriter As New XmlTextWriter("C:\Inetpub\wwwroot\csWebSit...
Zones: .NET, .NET Framework 2.xDate Answered: 08/01/2008 Grade: A Views: 19
I have an XML file. It is structuered like this .. <RECIPES>   <RECIPE id="1836" category="Entrees:Sandwiches/Wraps:Meat" portionsize="1 each">Sandwich, "Blazing Wilbur"</RECIPE>   <RECIPE i...
Zones: MS Visual Basic, XML, XSLTDate Answered: 02/07/2008 Grade: A Views: 14
Here is an example of a Rate Request I am sending to UPS- it keeps coming back telling me that the rate cannot be calulcated for this (a Canadian) ship-to address/zip code. Is there something I ...
Zones: XML, Programming, WebApplicationsDate Answered: 03/18/2008 Grade: A Views: 20