Hi,
I would like to retrieve items from an xml file
In an xml file I have:
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ServerName>SVR07</ServerName>
<DatabaseName>TradarBe</DatabaseName>
</Configuration>
And now in vb.net I would like to retrieve the servername and the databasename in a message box.
How is this done please?
Thanks
I would like to retrieve items from an xml file
In an xml file I have:
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ServerName>SVR07</ServerName>
<DatabaseName>TradarBe</DatabaseName>
</Configuration>
And now in vb.net I would like to retrieve the servername and the databasename in a message box.
How is this done please?
Thanks