Re: How to Read XML File
- From: "Paul Duncan" <jpaulduncan@xxxxxxxxx>
- Date: Sat, 16 Jul 2005 17:51:59 -0400
Dim _xmlDocument As Xml.XmlDocument
_xmlDocument = New Xml.XmlDocument
_xmlDocument.Load("c:\test.xml")
TextBox1.Text = _xmlDocument.InnerXm
- P
<abhishek007p@xxxxxxxxxxx> wrote in message
news:1121383978.326333.104770@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> hi,
>
> i am new to xml via vb.net, can someone tell how to get the required
> data from a xml file & show it in textboxs.
>
>
> thanks,
> AB
>
.
- References:
- How to Read XML File
- From: abhishek007p
- How to Read XML File
- Prev by Date: Re: using vb6 on a .NET development machine
- Next by Date: using vb6 on a .NET development machine
- Previous by thread: Re: How to Read XML File
- Next by thread: Re: Help. I am creating a Program for college, in which the Program will read a Folder and create a HTML page.
- Index(es):
Relevant Pages
|